File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh"
1414readonly BASE_API_URL=' https://gitsecret.jfrog.io/artifactory'
1515
1616# This folder should contain just one `.dev` file:
17- readonly DEB_FILE_LOCATION
1817DEB_FILE_LOCATION=" $( locate_release ' deb' ) "
19-
20- readonly DEB_FILE_NAME
2118DEB_FILE_NAME=" $( basename " $DEB_FILE_LOCATION " ) "
2219
2320
Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh"
1414readonly BASE_API_URL=' https://gitsecret.jfrog.io/artifactory'
1515
1616# This folder should contain just one `.rpm` file:
17- readonly RPM_FILE_LOCATION
1817RPM_FILE_LOCATION=" $( locate_release ' rpm' ) "
19-
20- readonly RPM_FILE_NAME
2118RPM_FILE_NAME=" $( basename " $RPM_FILE_LOCATION " ) "
2219
2320
You can’t perform that action at this time.
0 commit comments