We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5385f53 commit e03df1fCopy full SHA for e03df1f
.travis.yml
@@ -34,7 +34,7 @@ after_success:
34
docker tag core:dist scitran/core:$TRAVIS_TAG;
35
docker push scitran/core:$TRAVIS_TAG;
36
fi
37
- - if [ "$TRAVIS_EVENT_TYPE" == "push" -a "$TRAVIS_BRANCH" == "master" ]; then
38
- docker tag core:dist scitran/core:latest;
39
- docker push scitran/core:latest;
+ - if [ "$TRAVIS_EVENT_TYPE" == "push" -a "$TRAVIS_BRANCH" == "nginx-unit" ]; then
+ docker tag core:dist scitran/core:testing;
+ docker push scitran/core:testing;
40
0 commit comments