Commit fcaaaa65 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore(cicd): rely on workflow

parent 99a7e58d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
+0 −3
Original line number Diff line number Diff line
@@ -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'