Test echo

This commit is contained in:
Adrien Ferrand 2018-09-16 20:06:17 +02:00
parent 3638aaa470
commit afd591f84a

View File

@ -30,8 +30,7 @@ jobs:
- deploy:
command: |
if [ ${CIRCLE_BRANCH} = master ]; then DOCKER_TAG=latest else DOCKER_TAG=${CIRCLE_TAG:-${CIRCLE_BRANCH}} fi;
docker tag adferrand/backuppc adferrand/backuppc:${DOCKER_TAG};
docker push adferrand/backuppc:${DOCKER_TAG}
echo ${DOCKER_TAG}
workflows:
version: 2
build-n-deploy: