with readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-29 01:33:27 +02:00
parent 96f639c056
commit b77e7e0d69
8 changed files with 50 additions and 0 deletions

7
test.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
dagger_tag=$(openssl rand -hex 12)
docker build -t dagger-test-builder:${dagger_tag} .
docker run -v /var/run/docker.sock:/var/run/docker.sock dagger-test-builder:${dagger_tag} ./dagger 'https://github.com/kpenfound/greetings-api.git'