Skip to content
Snippets Groups Projects
Commit fcaaaa65 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore(cicd): rely on workflow

parent 99a7e58d
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,5 @@ extract-script: ...@@ -13,8 +13,5 @@ extract-script:
paths: paths:
- script.sh - script.sh
rules: rules:
# exclude merge requests
- if: $CI_MERGE_REQUEST_ID
when: never
# enabled if $GITLAB_CI_FILES is set # enabled if $GITLAB_CI_FILES is set
- if: $GITLAB_CI_FILES - if: $GITLAB_CI_FILES
...@@ -54,8 +54,5 @@ gitlab-ci-lint: ...@@ -54,8 +54,5 @@ gitlab-ci-lint:
script: script:
- ci_lint - ci_lint
rules: rules:
# exclude merge requests
- if: $CI_MERGE_REQUEST_ID
when: never
# enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set # enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set
- if: '$GITLAB_TOKEN && $GITLAB_CI_FILES' - if: '$GITLAB_TOKEN && $GITLAB_CI_FILES'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment