feat: cleanup

This commit is contained in:
2023-04-07 21:43:33 +02:00
parent 5adf004721
commit 580653f3de

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: