From d425e26e8018d633a98eabe1ce32abb32dd5e313 Mon Sep 17 00:00:00 2001 From: Dalf Date: Tue, 31 Mar 2020 11:59:54 +0200 Subject: [PATCH] [fix] fix travis build --- .travis.yml | 2 +- Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1667cd37..8c3f7285 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ jobs: install: true script: - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin - - local/py3/bin/activate; ./manage.sh docker_build push + - make -e GIT_URL=$(git remote get-url origin) docker.push after_success: true notifications: diff --git a/Makefile b/Makefile index a093d8b1..65f79ba2 100644 --- a/Makefile +++ b/Makefile @@ -169,6 +169,9 @@ PHONY += docker docker: buildenv $(Q)./manage.sh docker_build +docker.push: buildenv + $(Q)./manage.sh docker_build push + # gecko # -----