Skip to content

Commit

Permalink
fix git.version.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 27, 2022
1 parent 3971b37 commit e1e1d32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapp/frontend/git.version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ if [[ -z "${CI}" ]]; then
else
echo "running in Github Actions, generating version file from environmental variables"
# https://docs.github.com/en/actions/learn-github-actions/environment-variables
GITHUB_SHA
GITHUB_REF_NAME
GITHUB_REF_TYPE

VERSION_INFO="${GITHUB_REF_NAME}"

if [[ "$GITHUB_REF_TYPE" == "branch" ]]; then
Expand Down

0 comments on commit e1e1d32

Please sign in to comment.