mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Use git run id
This commit is contained in:
2
Makefile
2
Makefile
@@ -87,7 +87,7 @@ dist: export WEBPACK_ARGS=-p
|
||||
dist: prereqs webpack ## Creates a distribution
|
||||
echo $(HASH) > out/dist/git_hash
|
||||
|
||||
RELEASE_BUILD_NUMBER=$(shell echo $$(( $(GITHUB_RUN_NUMBER) + 7100)))
|
||||
RELEASE_BUILD_NUMBER=$(shell echo $$(( $(GITHUB_RUN_ID) + 7000)))
|
||||
gh-dist: dist ## Creates a distribution as if we were running on github
|
||||
# Output some magic for GH to set the branch name
|
||||
echo "::set-output name=branch::$${GITHUB_REF#refs/heads/}"
|
||||
|
||||
Reference in New Issue
Block a user