Loading SOL002-SOL003/.gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -3,9 +3,6 @@ # VALIDATION triggered by: # - any (branch commit) # # GENERATION triggered by: # - merge request # workflow: rules: Loading @@ -17,8 +14,6 @@ variables: stages: - validation - generation - trigger Validate OpenAPIs: stage: validation Loading SOL005/.gitlab-ci.yml 0 → 100644 +27 −0 Original line number Diff line number Diff line # CI/CD: # # VALIDATION triggered by: # - any (branch commit) # workflow: rules: - if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_TAG variables: PIPELINE_SCRIPTS_PROJECT_ID: 680 stages: - validation Validate OpenAPIs: stage: validation script: - echo 'Validate OpenAPIs' - docker run -v "$(pwd)":/work -u $(id -u):$(id -g) openapivalidator "/work" "/storage" "$filter" artifacts: when: on_success paths: - build/* No newline at end of file Loading
SOL002-SOL003/.gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -3,9 +3,6 @@ # VALIDATION triggered by: # - any (branch commit) # # GENERATION triggered by: # - merge request # workflow: rules: Loading @@ -17,8 +14,6 @@ variables: stages: - validation - generation - trigger Validate OpenAPIs: stage: validation Loading
SOL005/.gitlab-ci.yml 0 → 100644 +27 −0 Original line number Diff line number Diff line # CI/CD: # # VALIDATION triggered by: # - any (branch commit) # workflow: rules: - if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_TAG variables: PIPELINE_SCRIPTS_PROJECT_ID: 680 stages: - validation Validate OpenAPIs: stage: validation script: - echo 'Validate OpenAPIs' - docker run -v "$(pwd)":/work -u $(id -u):$(id -g) openapivalidator "/work" "/storage" "$filter" artifacts: when: on_success paths: - build/* No newline at end of file