Skip to content

Commit

Permalink
Quarkus 3: Fix before build
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 30, 2023
1 parent 07a403e commit 4e44bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/environments/quarkus-3/before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
set -x
${mvn_cmd} clean install -Dquickly
${mvn_cmd} clean install -Dquickly -Dfull
set +x
fi

Expand Down

0 comments on commit 4e44bcd

Please sign in to comment.