feat: without debug flag
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 19:45:38 +02:00
parent 829b2aeb37
commit e3127a49a7
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -16,7 +16,7 @@ steps:
DOCKER_HOST: docker.io DOCKER_HOST: docker.io
commands: commands:
- sleep 10 - sleep 10
- echo "$DOCKER_PASSWORD" | docker login --debug --password-stdin --username="$DOCKER_USERNAME" - echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME"
- echo "got this far" - echo "got this far"
- shuttle run build - shuttle run build
services: services: