This commit is contained in:
5
test.fish
Executable file
5
test.fish
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set 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