Skip to content

Commit 0df24ba

Browse files
committed
Added extra condition to release so only fires once
1 parent 319567a commit 0df24ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ deploy:
3737
distributions: "sdist bdist_wheel"
3838
on:
3939
tags: true
40+
condition: $TEST = lint.sh
4041
- provider: script
4142
repo: RedHatQE/cinch
4243
script: ./scripts/deploy.sh
4344
on:
4445
tags: true
46+
condition: $TEST = lint.sh

0 commit comments

Comments
 (0)