Fix release dry run

pull/876/head
sobolevn 2 years ago
parent 0c3a535ec6
commit befa41e9bb
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -14,10 +14,7 @@ source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh"
readonly BASE_API_URL='https://gitsecret.jfrog.io/artifactory'
# This folder should contain just one `.dev` file:
readonly DEB_FILE_LOCATION
DEB_FILE_LOCATION="$(locate_release 'deb')"
readonly DEB_FILE_NAME
DEB_FILE_NAME="$(basename "$DEB_FILE_LOCATION")"

@ -14,10 +14,7 @@ source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh"
readonly BASE_API_URL='https://gitsecret.jfrog.io/artifactory'
# This folder should contain just one `.rpm` file:
readonly RPM_FILE_LOCATION
RPM_FILE_LOCATION="$(locate_release 'rpm')"
readonly RPM_FILE_NAME
RPM_FILE_NAME="$(basename "$RPM_FILE_LOCATION")"

Loading…
Cancel
Save