Skip to content

Commit

Permalink
[Build] Remove unnecessary 'gpg.passphrase' property in master build
Browse files Browse the repository at this point in the history
Removing that property definition was forgotten in
#2140
  • Loading branch information
HannesWell committed Jan 12, 2025
1 parent 293dc41 commit 361fa66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ pipeline {
-DskipTests=true \
-Dcompare-version-with-baselines.skip=false \
-DapiBaselineTargetDirectory=${WORKSPACE} \
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
-Dcbi-ecj-version=99.99 \
-U
'''
Expand Down

0 comments on commit 361fa66

Please sign in to comment.