This commit is contained in:
7
test.sh
Executable file
7
test.sh
Executable 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'
|
Reference in New Issue
Block a user