fix
This commit is contained in:
@@ -53,6 +53,7 @@ spec:
|
||||
script: |-
|
||||
#!/usr/bin/env bash
|
||||
. ${TEMPLATE_ROOT}/functions.sh
|
||||
cleanup
|
||||
git_prepare "$(params.deploy-url)" "Auto CD" "autocd@$(params.domain-name)"
|
||||
install_base
|
||||
create_prj
|
||||
|
||||
@@ -53,6 +53,7 @@ spec:
|
||||
script: |-
|
||||
#!/usr/bin/env bash
|
||||
. ${TEMPLATE_ROOT}/functions.sh
|
||||
cleanup
|
||||
git_prepare "$(params.deploy-url)" "Auto CD" "autocd@$(params.domain-name)"
|
||||
install_base
|
||||
create_prj
|
||||
|
||||
@@ -53,6 +53,7 @@ spec:
|
||||
script: |-
|
||||
#!/usr/bin/env bash
|
||||
. ${TEMPLATE_ROOT}/functions.sh
|
||||
cleanup
|
||||
git_prepare "$(params.deploy-url)" "Auto CD" "autocd@$(params.domain-name)"
|
||||
delete_prj
|
||||
git_push "Removing $(params.project-name)"
|
||||
|
||||
@@ -29,7 +29,7 @@ data:
|
||||
fi
|
||||
}
|
||||
cleanup() {
|
||||
rm -rf . || true
|
||||
rm -rf .* * || true
|
||||
}
|
||||
git_prepare() {
|
||||
local url=$1 username=$2 email=$3
|
||||
|
||||
Reference in New Issue
Block a user