fix
This commit is contained in:
@@ -181,6 +181,7 @@ resource "kubectl_manifest" "Task_auto-cd-create" {
|
||||
create_prj "$@"
|
||||
STAGES="$*"
|
||||
for PROJECT_NAME in $REPOS;do
|
||||
GIT_REPOSITORY_URL="$(dirname $GIT_REPOSITORY_URL)/$${PROJECT_NAME}.git"
|
||||
create_prj $STAGES
|
||||
done
|
||||
git_push "Adding $(params.project-name)"
|
||||
|
||||
Reference in New Issue
Block a user