test: squid:4
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-08-06 11:40:22 +01:00
parent 350eee4dce
commit 5ec8008ac8
2 changed files with 1 additions and 2 deletions

View File

@ -111,7 +111,7 @@ local publicSecrets = import 'lib/public-secrets.libsonnet';
'cd ..',
"docker stack rm squid",
"sleep 60",
"docker volume rm squid_squid-cache",
// "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}',

View File

@ -53,7 +53,6 @@ steps:
- cd ..
- docker stack rm squid
- sleep 60
- docker volume rm squid_squid-cache
- docker stack deploy -c docker-compose.yml squid
username:
from_secret: ssh-user