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:
- project: pole-is/tools/ci-config
ref: "2.2.1"
file: /php/package.yml
- project: pole-is/tools/ci-config
ref: "2.2.1"
file: /php/packagist.yml
- project: pole-is/tools/ci-config
ref: "2.2.1"
file: /nodejs/base.yml
......@@ -16,7 +13,6 @@ stages:
- vendor
- test
- test-generated
- deploy
variables:
PHP_VERSION: "7.1"
......@@ -33,10 +29,10 @@ test:generate:
- output/
npm:lint:
allow_failure: true
when: never
npm:test:
allow_failure: true
when: never
test:tsc:
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