Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed May 2, 2023
1 parent f35d790 commit 4805b24
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .ci/environments/quarkus-3/before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ quarkus_version=${QUARKUS_VERSION:-3.0.0.CR1}
quarkus_file="${script_dir_path}/quarkus3.yml"
patch_file="${script_dir_path}"/patches/0001_before_sh.patch

if [ "${ci}" = "true" ]; then
# In CI we need the main branch snapshot artifacts deployed locally
${mvn_cmd} clean install -Dquickly
fi

rewrite=${1:-'none'}
echo "rewrite "${rewrite}

if [ "rewrite" != ${rewrite} ]; then
echo "No rewrite to be done. Exited"
exit 0
Expand All @@ -25,11 +29,6 @@ echo "Update project with Quarkus version ${quarkus_version}"

set -x

if [ "${ci}" = "true" ]; then
# In CI we need the main branch snapshot artifacts deployed locally
${mvn_cmd} clean install -Dquickly
fi

project_version=$(${mvn_cmd} -q -Dexpression=project.version -DforceStdout help:evaluate)

# Regenerate quarkus3 recipe
Expand Down

0 comments on commit 4805b24

Please sign in to comment.