We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c338b61 commit ce0da9fCopy full SHA for ce0da9f
.travis.yml
@@ -14,9 +14,9 @@ before_install:
14
script:
15
- make test
16
17
+# only push up tags
18
after_success:
- - if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
19
+ - if [ "$TRAVIS_TAG" != "" ]; then
20
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
- make generate_all;
21
make release;
22
fi
0 commit comments