summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/workflow-templates/fetch-git.yaml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-24 13:52:05 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-24 13:52:05 +0200
commit5ac5fa6c4e73c5abbb4e2c805defa3569b111289 (patch)
tree2d292fc74e392de678f8b6e75501f41d0e13b5cb /data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/workflow-templates/fetch-git.yaml
parent9650740fd19ce89f4fa296bad2c3baf8836b6564 (diff)
Enable webhook for building bashtard
Diffstat (limited to 'data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/workflow-templates/fetch-git.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/workflow-templates/fetch-git.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/workflow-templates/fetch-git.yaml b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/workflow-templates/fetch-git.yaml
index 785028d..0742e79 100644
--- a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/workflow-templates/fetch-git.yaml
+++ b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/resources/workflow-templates/fetch-git.yaml
@@ -42,5 +42,5 @@ spec:
git init
git remote add origin "{{inputs.parameters.repo}}"
git fetch origin -a
- git reset --hard "origin/{{inputs.parameters.ref}}"
+ git reset --hard "{{inputs.parameters.ref}}"
...