From dfa628abb4456d61f4ca1d899edb0a14592a93da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Tue, 9 Oct 2018 15:52:58 +0200 Subject: [PATCH] Use new push Make target in CI (#89) --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51fe99191..9edf33376 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,8 +65,7 @@ jobs: set -e export GIT_TAG=$CIRCLE_TAG docker login -u "${DOCKERHUB_USER}" -p "${DOCKERHUB_PASS}" quay.io - make images-nodep - make push-nodep + make push e2e: machine: true