Browse Source

Ability to override GIT_REVISION (preparing PKGBUILD)

master
meriadec 7 years ago
parent
commit
ec4d4da588
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 4
      scripts/compile.sh

4
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'

Loading…
Cancel
Save