Skip to content

Commit

Permalink
retest version
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent 209b490 commit ae4ab51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:

steps:
- checkout
- run: VERSION=$(cat version)
- run: source version
- run: export VERSION
- run: cat version
- run: echo ${VERSION}
- run: echo ${VERSION}.${CIRCLE_BUILD_NUM}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
VERSION=0.2

0 comments on commit ae4ab51

Please sign in to comment.