escape commit sha
This commit is contained in:
parent
43ffd30140
commit
8d5a2eef3d
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ steps:
|
|||
- echo ${CI_COMMIT_SHA}
|
||||
- kubectl apply -Rf manifests/tor
|
||||
- env
|
||||
- envsubst '${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template
|
||||
- envsubst '${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template | kubectl apply -f -
|
||||
- envsubst '\${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template
|
||||
- envsubst '\${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template | kubectl apply -f -
|
||||
privoxy:
|
||||
image: cr.forge.lan/alk8s/alk8s
|
||||
pull: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue