✨ Build pre-released versions
... instead of development branches.
This commit is contained in:
parent
360cb0e90f
commit
33b1475840
2 changed files with 8 additions and 5 deletions
|
@ -21,8 +21,8 @@ after_success:
|
|||
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
||||
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
||||
./build.sh master --push;
|
||||
./build.sh develop-2.2 --push;
|
||||
./build-latest.sh;
|
||||
./build-latest.sh --push;
|
||||
PRERELEASE=true ./build-latest.sh --push;
|
||||
fi
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue