❇️ Automatically build all branches
.. which are not version branches.
This commit is contained in:
parent
96d414b46d
commit
2e819bf094
2 changed files with 15 additions and 3 deletions
|
@ -20,9 +20,7 @@ after_script:
|
|||
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 --push;
|
||||
./build.sh develop-2.3 --push;
|
||||
./build-branches.sh --push;
|
||||
./build-latest.sh --push;
|
||||
PRERELEASE=true ./build-latest.sh --push;
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue