Skip to content

Commit

Permalink
redo version
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 26, 2018
1 parent 5aff4e5 commit 3f83269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: source version; export VERSION; git tag ${VERSION}.${CIRCLE_BUILD_NUM}
- run: git config --global user.email "warren.veerasingam@gmail.com"
- run: git config --global user.name "warrensbox"
- run: git push origin 0.0.${CIRCLE_BUILD_NUM}
- run: source version; export VERSION; git push origin ${VERSION}.${CIRCLE_BUILD_NUM}

release:
docker:
Expand Down

0 comments on commit 3f83269

Please sign in to comment.