without o
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 20:58:01 +02:00
parent 3124ddb6d6
commit e23230ba48
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -15,7 +15,7 @@ steps:
from_secret: docker_username from_secret: docker_username
DOCKER_HOST: docker.io DOCKER_HOST: docker.io
commands: commands:
- set -euo pipefail - set -eu
- sleep 10 - sleep 10
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io - echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- shuttle run build - shuttle run build