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