summaryrefslogtreecommitdiff
path: root/src/cicdd
blob: 287d5eb8b7b74ceffd897ac3e55c02e77a61648e (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu


while true; do
	job=get
	cicd-run
done