Files
cish/.cish/push/matrix.sh
2025-08-24 00:51:34 +02:00

16 lines
238 B
Bash

#!/usr/bin/env bash
cish start postgres
if [[ true ]]; then
true
fi
for job in v1.22.0 v1.0.0 titi; do
cish run ../ex.sh --version=$job
cish run --name "go-$job" --ref=master - --version=$job <<-eof
cish add go@$VERSION
eof
done