1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00

Cleaning up build process

This commit is contained in:
Travis Rowland
2020-05-29 13:13:36 -07:00
parent 541c9a075f
commit e701f1a32b
6 changed files with 111 additions and 58 deletions

View File

@@ -33,10 +33,9 @@ before_script:
- sudo service docker restart
script:
- docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}";
- make build test
- if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}";
make release;
fi