Skip to content

Commit

Permalink
trying env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent ae4ab51 commit 3c7d226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
steps:
- checkout
- run: source version
- run: export VERSION
- run: cat version
- run: echo ${VERSION}
- run: export VERSION; echo $VERSION
- run: TEST=version
- run: echo ${TEST}
- run: echo ${VERSION}.${CIRCLE_BUILD_NUM}
- run: git tag -a ${VERSION}.${CIRCLE_BUILD_NUM} -m "Release"
- run: git push origin ${VERSION}.${CIRCLE_BUILD_NUM}
Expand Down

0 comments on commit 3c7d226

Please sign in to comment.