fix
This commit is contained in:
@@ -50,12 +50,14 @@ spec:
|
||||
value: /etc/templates
|
||||
- name: WORKSPACE_SSH_DIRECTORY_PATH
|
||||
value: $(workspaces.ssh-directory.path)
|
||||
- name: NAMESPACE
|
||||
value: $(context.taskRun.namespace)
|
||||
script: |-
|
||||
#!/usr/bin/env bash
|
||||
. ${TEMPLATE_ROOT}/functions.sh
|
||||
cleanup
|
||||
git_prepare "$(params.deploy-url)" "Auto CD" "autocd@$(params.domain-name)"
|
||||
delete_prj
|
||||
delete_prj "$@"
|
||||
git_push "Removing $(params.project-name)"
|
||||
cleanup
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user