diff --git a/utils/deb/deploy.sh b/utils/deb/deploy.sh index bd7a8082..d8d1822a 100755 --- a/utils/deb/deploy.sh +++ b/utils/deb/deploy.sh @@ -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")" diff --git a/utils/rpm/deploy.sh b/utils/rpm/deploy.sh index 35d1c204..67929023 100644 --- a/utils/rpm/deploy.sh +++ b/utils/rpm/deploy.sh @@ -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")"