with docker
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-31 21:57:16 +01:00
parent 03fb65a9b4
commit f44ef84c89
8 changed files with 210 additions and 5 deletions

13
templates/uploadtemplate.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
function add_template() {
namespace=$1
name=$2
drone template add --namespace "${namespace}" --name "${name}" --data "@${name}" 2&> /dev/null || true
drone template update --namespace "${namespace}" --name "${name}" --data "@${name}"
}
add_template kjuulh bust_gobin_template.yaml
add_template kjuulh bust_gobin_default_template.yaml