mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
old docker client
This commit is contained in:
parent
b2c2857656
commit
f41ddbf61f
1 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,8 @@ deploy:demo:
|
|||
- test -d /srv/demo/docker && rm -rf /srv/demo/docker
|
||||
- cp -r docker/demo/ /srv/demo/docker
|
||||
- cd /srv/demo/docker/
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||
# old docker client, we need the "-e" flag
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN -e $DUMMY_EMAIL $CI_REGISTRY
|
||||
- docker-compose build --pull
|
||||
- docker-compose stop
|
||||
- docker-compose rm -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue