updateloadtemplate

This commit is contained in:
2022-10-29 18:03:36 +02:00
parent ec52c93af9
commit 51d7082a89
2 changed files with 7 additions and 2 deletions

5
uploadtemplate.sh Normal file → Executable file
View File

@@ -1 +1,4 @@
drone template add --namespace kjuulh --name dagger_go_template.yaml --data @dagger_go_template.yaml
#!/bin/bash
drone template add --namespace kjuulh --name dagger_go_template.yaml --data @dagger_go_template.yaml || true
drone template update --namespace kjuulh --name dagger_go_template.yaml --data @dagger_go_template.yaml