Skip to content
Snippets Groups Projects
Commit 893a390d authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Update .gitlab-ci.yml

parent 3aa80bd8
No related branches found
No related tags found
No related merge requests found
...@@ -26,23 +26,23 @@ checkpf: ...@@ -26,23 +26,23 @@ checkpf:
# Only if push on the main branch # Only if push on the main branch
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main" - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"
# Do not work as expected, failed with error : # Do not work as expected, failed with error:
# > Downstream pipeline can not be created, Pipeline will not run for the selected trigger. # > Downstream pipeline can not be created, Pipeline will not run for the selected trigger.
# > The rules configuration prevented any jobs from being added to the pipeline. # > The rules configuration prevented any jobs from being added to the pipeline.
#lint: # lint:
# # https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html # # https://docs.gitlab.com/ee/ci/pipelines/multi_project_pipelines.html
# trigger: # trigger:
# project: sys/ubicast-environment # project: sys/ubicast-environment
# strategy: depend # strategy: depend
# branch: main # branch: main
# # Sends the current branch to the ubicast-environment triggered pipeline as a variable # # Sends the current branch to the ubicast-environment triggered pipeline as a variable
# variables: # variables:
# ANSIBLE_BRANCH: $CI_COMMIT_BRANCH # ANSIBLE_BRANCH: $CI_COMMIT_BRANCH
# DEPLOY_STD: "false" # DEPLOY_STD: "false"
# DEPLOY_HA: "false" # DEPLOY_HA: "false"
# resource_group: deployment # resource_group: deployment
# rules: # rules:
# # Only if push in a branch other than main # # Only if push in a branch other than main
# - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != "main" # - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != "main"
... ...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment