Skip to content

Commit

Permalink
Update ci-build.yml (VoronDesign#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkestbo authored Nov 19, 2020
1 parent 0855e59 commit 86679fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
path: ci_cache
key: voron-ci
- name: Set ENV variable
run: echo "::set-env name=GIT_BRANCH::${GIT_BRANCH:-$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')}"
# - name: Set ENV variable
# run: echo "::set-env name=GIT_BRANCH::${GIT_BRANCH:-$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')}"
- name: Print Travis ENV vars
run: |
echo "GIT_BRANCH: ${GIT_BRANCH}"
Expand Down

0 comments on commit 86679fe

Please sign in to comment.