feat: cleanup

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 21:43:33 +02:00
parent 5adf004721
commit 580653f3de
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -30,9 +30,7 @@ steps:
DOCKER_USERNAME:
from_secret: docker_username
commands:
- ls /var/run
- set -eu
- sleep 10
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
- shuttle run build
services: