Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Commit 8b3247e

Browse files
committed
change travis helper script name to unify it across repos
1 parent 83329ce commit 8b3247e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ script:
1616
deploy:
1717
provider: script
1818
skip_cleanup: true
19-
script: .travis/auto.sh
19+
script: .travis/releaser.sh
2020
on:
2121
branch: master
2222
branches:

.travis/auto.sh renamed to .travis/releaser.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
# - docker
2222
# - git-semver python package (pip install git-semver)
2323

24+
# Exit when latest commit is tagged
25+
[[ $(git tag --points-at) ]] && exit 0
26+
2427
# Some basic variables
2528
2629
GIT_USER="cloudalchemybot"

0 commit comments

Comments
 (0)