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

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 19:44:43 +02:00
parent fb7e452256
commit 9e7d7d6a77
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

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