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

Commit 65c987c

Browse files
authored
Merge pull request #194 from HackIllinois/staging
Staging
2 parents 5cb30c2 + e9e7ab1 commit 65c987c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ deploy:
2020
script: bash -c "make container-push TAG=$TRAVIS_TAG"
2121
skip_cleanup: true
2222
on:
23-
condition: branch = master OR tag IS present
23+
branch: master
24+
- provider: script
25+
script: bash -c "make container-push TAG=$TRAVIS_TAG"
26+
skip_cleanup: true
27+
on:
28+
tags: true
2429
- provider: s3
2530
access_key_id: $HACKILLINOIS_ACCESS_KEY
2631
secret_access_key: $HACKILLINOIS_SECRET_KEY

0 commit comments

Comments
 (0)