1
0
Fork 0

Review Makefile

This commit is contained in:
Ludovic Fernandez 2019-03-28 11:42:06 +01:00 committed by Traefiker Bot
parent 0779c6a139
commit fa2c57f7cb
6 changed files with 110 additions and 172 deletions

View file

@ -24,7 +24,7 @@ before_deploy:
sudo -E apt-get -yq update;
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install docker-ce=${DOCKER_VERSION}*;
docker version;
make image;
make build-image;
if [ "$TRAVIS_TAG" ]; then
make release-packages;
fi;