Skip to content

Commit

Permalink
fic change list variable logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mriss committed Nov 29, 2023
1 parent caf7387 commit 949ad23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
mkdir -p $HOME/plugin-providers
echo "${{ secrets.ANIMATI_LICENSCE_CONFIG }}" > $HOME/plugin-providers/animati.properties
echo "${{ secrets.BOOT_URLS_ENCODING_KEY }}" > $HOME/plugin-providers/config-key.properties
CHANGELIST=
if [[ -z "${INSTALLER_SUFFIX}" ]]; then
CHANGELIST=
else
CHANGELIST="-Dchangelist=-$INSTALLER_SUFFIX"
fi
echo $CHANGELIST
mvn -B $CHANGELIST clean install
mvn -B $CHANGELIST -P compressXZ -f weasis-distributions clean package
Expand Down

0 comments on commit 949ad23

Please sign in to comment.