Browse Source
Ability to override GIT_REVISION (preparing PKGBUILD)
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
3 additions and
1 deletions
-
scripts/compile.sh
|
|
@ -7,7 +7,9 @@ source scripts/helpers/format.sh |
|
|
|
# shellcheck disable=SC1091 |
|
|
|
source scripts/helpers/run-job.sh |
|
|
|
|
|
|
|
GIT_REVISION=$(git rev-parse HEAD) |
|
|
|
if [ "$GIT_REVISION" == "" ]; then |
|
|
|
GIT_REVISION=$(git rev-parse HEAD) |
|
|
|
fi |
|
|
|
export GIT_REVISION |
|
|
|
|
|
|
|
export SENTRY_URL='https://db8f5b9b021048d4a401f045371701cb@sentry.io/274561' |
|
|
|