work in progress [might break]

This commit is contained in:
Leon
2022-02-22 17:36:34 +01:00
parent 5e9d1c8403
commit 9569817083

View File

@@ -1,11 +1,13 @@
# basic starting point for gitops pipeline
deploy(){
trigger hello
trigger backup
trigger checkout
trigger checkout
trigger build
trigger runtests
trigger stop
trigger start
}
checkout(){
git --work-tree=$(pwd) --git-dir=$(pwd)/.git checkout -f
}