From 8eb57c580973fa49bd3ffb12553cc24e39c5afac Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 28 Oct 2023 13:51:44 +0930 Subject: [PATCH] feat(sub_module_update): enable passing commit type and category !69 closes #39 nofusscomputing/projects/ansible/git_configuration!122 nofusscomputing/projects/gitlab-ci#39 nofusscomputing/projects/ansible/ansible-roles!96 nofusscomputing/infrastructure/config!28 --- automation/.gitlab-ci-ansible.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/.gitlab-ci-ansible.yaml b/automation/.gitlab-ci-ansible.yaml index 2e68981..0a0100c 100644 --- a/automation/.gitlab-ci-ansible.yaml +++ b/automation/.gitlab-ci-ansible.yaml @@ -128,6 +128,8 @@ include: --form ref=development \ --form "variables[GIT_CONFIG_SUBMODULE_NAME]=$GIT_CONFIG_SUBMODULE_NAME" \ --form "variables[PIPELINE_RUN_TRIGGER]=$PIPELINE_RUN_TRIGGER" \ + --form "variables[GIT_COMMIT_TYPE]=$GIT_COMMIT_TYPE" \ + --form "variables[GIT_COMMIT_TYPE_CATEGORY]=$GIT_COMMIT_TYPE_CATEGORY" \ "https://gitlab.com/api/v4/projects/$TRIGGER_PROJECT_PATH/trigger/pipeline" environment: name: $SUBMODULE_UPDATE_TRIGGER_PROJECT