This commit is contained in:
2024-06-19 07:55:48 +02:00
parent b9ee4c50ec
commit ad64e24720

View File

@@ -181,6 +181,7 @@ resource "kubectl_manifest" "Task_auto-cd-create" {
create_prj "$@" create_prj "$@"
STAGES="$*" STAGES="$*"
for PROJECT_NAME in $REPOS;do for PROJECT_NAME in $REPOS;do
GIT_REPOSITORY_URL="$(dirname $GIT_REPOSITORY_URL)/$${PROJECT_NAME}.git"
create_prj $STAGES create_prj $STAGES
done done
git_push "Adding $(params.project-name)" git_push "Adding $(params.project-name)"