Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Sep 21, 2023
1 parent 4774f3f commit ff45c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/deb_rpm/v2-jf/build-scripts/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ main(){
: "${DEB_TEST_IMAGE:="${DEB_BUILD_IMAGE}"}"
: "${RPM_TEST_IMAGE:="${RPM_BUILD_IMAGE}"}"
: "${JFROG_CLI_RELEASE_VERSION:="1"}"
: "${RPM_SIGN_PASSPHRASE:=$(cat $RPM_SIGN_PASSPHRASE_FILE)}"
: "${RPM_SIGN_PASSPHRASE:=$(cat "$RPM_SIGN_PASSPHRASE_FILE")}"
: "${RPM_SIGN_KEY_ID:="JFrog Inc."}"
: "${RPM_SIGN_KEY_NAME:="RPM-GPG-KEY-jfrog-cli"}"

Expand Down
2 changes: 1 addition & 1 deletion build/deb_rpm/v2/build-scripts/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ main(){
: "${DEB_TEST_IMAGE:="${DEB_BUILD_IMAGE}"}"
: "${RPM_TEST_IMAGE:="${RPM_BUILD_IMAGE}"}"
: "${JFROG_CLI_RELEASE_VERSION:="1"}"
: "${RPM_SIGN_PASSPHRASE:=$(cat $RPM_SIGN_PASSPHRASE_FILE)}"
: "${RPM_SIGN_PASSPHRASE:=$(cat "$RPM_SIGN_PASSPHRASE_FILE")}"
: "${RPM_SIGN_KEY_ID:="JFrog Inc."}"
: "${RPM_SIGN_KEY_NAME:="RPM-GPG-KEY-jfrog-cli"}"

Expand Down

0 comments on commit ff45c44

Please sign in to comment.