Skip to content

Commit befa41e

Browse files
committed
Fix release dry run
1 parent 0c3a535 commit befa41e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

utils/deb/deploy.sh

-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh"
1414
readonly BASE_API_URL='https://gitsecret.jfrog.io/artifactory'
1515

1616
# This folder should contain just one `.dev` file:
17-
readonly DEB_FILE_LOCATION
1817
DEB_FILE_LOCATION="$(locate_release 'deb')"
19-
20-
readonly DEB_FILE_NAME
2118
DEB_FILE_NAME="$(basename "$DEB_FILE_LOCATION")"
2219

2320

utils/rpm/deploy.sh

-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh"
1414
readonly BASE_API_URL='https://gitsecret.jfrog.io/artifactory'
1515

1616
# This folder should contain just one `.rpm` file:
17-
readonly RPM_FILE_LOCATION
1817
RPM_FILE_LOCATION="$(locate_release 'rpm')"
19-
20-
readonly RPM_FILE_NAME
2118
RPM_FILE_NAME="$(basename "$RPM_FILE_LOCATION")"
2219

2320

0 commit comments

Comments
 (0)