Commit ab11007a authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Désactive les jobs inutiles en CI.

Showing with 2 additions and 6 deletions
+2 -6
...@@ -5,9 +5,6 @@ include: ...@@ -5,9 +5,6 @@ include:
- project: pole-is/tools/ci-config - project: pole-is/tools/ci-config
ref: "2.2.1" ref: "2.2.1"
file: /php/package.yml file: /php/package.yml
- project: pole-is/tools/ci-config
ref: "2.2.1"
file: /php/packagist.yml
- project: pole-is/tools/ci-config - project: pole-is/tools/ci-config
ref: "2.2.1" ref: "2.2.1"
file: /nodejs/base.yml file: /nodejs/base.yml
...@@ -16,7 +13,6 @@ stages: ...@@ -16,7 +13,6 @@ stages:
- vendor - vendor
- test - test
- test-generated - test-generated
- deploy
variables: variables:
PHP_VERSION: "7.1" PHP_VERSION: "7.1"
...@@ -33,10 +29,10 @@ test:generate: ...@@ -33,10 +29,10 @@ test:generate:
- output/ - output/
npm:lint: npm:lint:
allow_failure: true when: never
npm:test: npm:test:
allow_failure: true when: never
test:tsc: test:tsc:
stage: test-generated stage: test-generated
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment