Skip to content

Commit

Permalink
Testing out some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Filbird authored Jul 27, 2016
1 parent 47c6047 commit 4e80735
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,13 @@ deploy:
fingerprint: 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
type: rsa

- script:
name: update tags
code: git fetch --tags

- script:
name: update tags
code: git fetch --tags
- script:
name: get highest version from tags
code: export VERSION=$(bash incrementVersion.sh)

- script:
name: add new annotated tag
code: git tag -a $VERSION -m "Tagging release version $VERSION"
code: git tag $VERSION

- script:
name: push newly added tag
Expand Down

0 comments on commit 4e80735

Please # to comment.