File tree 2 files changed +0
-6
lines changed
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"
14
14
readonly BASE_API_URL=' https://gitsecret.jfrog.io/artifactory'
15
15
16
16
# This folder should contain just one `.dev` file:
17
- readonly DEB_FILE_LOCATION
18
17
DEB_FILE_LOCATION=" $( locate_release ' deb' ) "
19
-
20
- readonly DEB_FILE_NAME
21
18
DEB_FILE_NAME=" $( basename " $DEB_FILE_LOCATION " ) "
22
19
23
20
Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ source "$SECRETS_PROJECT_ROOT/utils/build-utils.sh"
14
14
readonly BASE_API_URL=' https://gitsecret.jfrog.io/artifactory'
15
15
16
16
# This folder should contain just one `.rpm` file:
17
- readonly RPM_FILE_LOCATION
18
17
RPM_FILE_LOCATION=" $( locate_release ' rpm' ) "
19
-
20
- readonly RPM_FILE_NAME
21
18
RPM_FILE_NAME=" $( basename " $RPM_FILE_LOCATION " ) "
22
19
23
20
You can’t perform that action at this time.
0 commit comments