Skip to content

Commit

Permalink
[skip ci] build script bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pakak-ndouba committed Jul 28, 2018
1 parent 86dc6c7 commit a20f6b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ docker-build: &docker-build
mkdir -p ~/docker-cache
$DOCKER save -o ~/docker-cache/canari.tar redcanari/canari:${CANARI_VERSION}-${TAG_SUFFIX}
if [ ! -z "${CIRCLE_TAG}" ]; then
$DOCKER login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
set +x
$DOCKER login -u $DOCKER_USER -p $DOCKER_PASS
set -x
$DOCKER push redcanari/canari
fi;
- save_cache:
Expand Down

0 comments on commit a20f6b7

Please sign in to comment.