mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
Fix lint
This commit is contained in:
parent
9f04fe7593
commit
0cf33e3254
@ -14,8 +14,11 @@ 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="$(locate_release 'deb')"
|
||||
readonly DEB_FILE_NAME="$(basename "$DEB_FILE_LOCATION")"
|
||||
readonly DEB_FILE_LOCATION
|
||||
DEB_FILE_LOCATION="$(locate_release 'deb')"
|
||||
|
||||
readonly DEB_FILE_NAME
|
||||
DEB_FILE_NAME="$(basename "$DEB_FILE_LOCATION")"
|
||||
|
||||
|
||||
curl -sS \
|
||||
|
@ -14,8 +14,11 @@ 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="$(locate_release 'rpm')"
|
||||
readonly RPM_FILE_NAME="$(basename "$RPM_FILE_LOCATION")"
|
||||
readonly RPM_FILE_LOCATION
|
||||
RPM_FILE_LOCATION="$(locate_release 'rpm')"
|
||||
|
||||
readonly RPM_FILE_NAME
|
||||
RPM_FILE_NAME="$(basename "$RPM_FILE_LOCATION")"
|
||||
|
||||
|
||||
curl -sS \
|
||||
|
Loading…
Reference in New Issue
Block a user