.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
11a76bdc5a
commit
b815811e7b
|
@ -137,9 +137,6 @@ local util = import 'lib/util.libsonnet';
|
|||
//"docker stack rm squid",
|
||||
//"sleep 60",
|
||||
// "docker volume rm squid_squid-cache",
|
||||
'export SQUID_IMAGE=$${LOCAL_DOCKER_REGISTRY}squid',
|
||||
'docker login $${LOCAL_DOCKER_REGISTRY} --username client --password "$${LOCAL_REGISTRY_PASSWORD}"',
|
||||
'docker pull $${SQUID_IMAGE}',
|
||||
"docker stack deploy -c docker-compose.yml squid",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -119,9 +119,6 @@ steps:
|
|||
- set -e
|
||||
- cd /stack/squid/myCA
|
||||
- cd ..
|
||||
- export SQUID_IMAGE=$${LOCAL_DOCKER_REGISTRY}squid
|
||||
- docker login $${LOCAL_DOCKER_REGISTRY} --username client --password "$${LOCAL_REGISTRY_PASSWORD}"
|
||||
- docker pull $${SQUID_IMAGE}
|
||||
- docker stack deploy -c docker-compose.yml squid
|
||||
username:
|
||||
from_secret: ssh-user
|
||||
|
|
Loading…
Reference in New Issue