Fixes une typo dans .gitlab-ci.yml

This commit is contained in:
Simon Pistache 2023-05-14 23:41:24 +02:00
parent f0e5056de6
commit 78d8b60f59

View File

@ -17,7 +17,7 @@ variables:
rules:
- if: $CI_COMMIT_TAG
when: never
- if: CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
script:
@ -41,7 +41,7 @@ manifest-job/valid_set:
stage: Test
image: python:latest
rules:
- if: CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*