1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 18:51:13 +01:00

Fixup manifest

This commit is contained in:
Daniil Gentili 2023-05-30 21:14:24 +02:00
parent 719135b7dc
commit 971e92d50f
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ pipeline:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- apk add bash
- tests/docker.sh
when:
event:

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD"