This commit is contained in:
parent
272cf429ab
commit
f4e5bb389f
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ pipeline:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
- PUSH_TOKEN=$PUSH_TOKEN
|
- PUSH_TOKEN=$${PUSH_TOKEN}
|
||||||
commands:
|
commands:
|
||||||
- /bin/sh build.sh
|
- /bin/sh build.sh
|
||||||
|
|
Loading…
Reference in a new issue