6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
set -e
|
|
|
|
dagger call --mod=./ci main --service="$SERVICE" --source=./ --version="${VERSION:-$(uuidgen)}"
|