mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Test echo
This commit is contained in:
parent
3638aaa470
commit
afd591f84a
@ -30,8 +30,7 @@ jobs:
|
|||||||
- deploy:
|
- deploy:
|
||||||
command: |
|
command: |
|
||||||
if [ ${CIRCLE_BRANCH} = master ]; then DOCKER_TAG=latest else DOCKER_TAG=${CIRCLE_TAG:-${CIRCLE_BRANCH}} fi;
|
if [ ${CIRCLE_BRANCH} = master ]; then DOCKER_TAG=latest else DOCKER_TAG=${CIRCLE_TAG:-${CIRCLE_BRANCH}} fi;
|
||||||
docker tag adferrand/backuppc adferrand/backuppc:${DOCKER_TAG};
|
echo ${DOCKER_TAG}
|
||||||
docker push adferrand/backuppc:${DOCKER_TAG}
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build-n-deploy:
|
build-n-deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user