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:
paths:
- script.sh
rules:
# exclude merge requests
- if: $CI_MERGE_REQUEST_ID
when: never
# enabled if $GITLAB_CI_FILES is set
- if: $GITLAB_CI_FILES
......@@ -54,8 +54,5 @@ gitlab-ci-lint:
script:
- ci_lint
rules:
# exclude merge requests
- if: $CI_MERGE_REQUEST_ID
when: never
# enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set
- if: '$GITLAB_TOKEN && $GITLAB_CI_FILES'
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