Remove test job
This commit is contained in:
parent
bc3310066a
commit
edaa669919
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- test
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: $CI_COMMIT_REF_SLUG
|
key: $CI_COMMIT_REF_SLUG
|
||||||
paths:
|
paths:
|
||||||
- .cache/pip
|
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|
@ -15,12 +13,3 @@ lint:
|
||||||
- npm install prettier --no-save
|
- npm install prettier --no-save
|
||||||
script:
|
script:
|
||||||
- npx prettier '**/*.yml' --check
|
- npx prettier '**/*.yml' --check
|
||||||
|
|
||||||
syntax-test:
|
|
||||||
stage: test
|
|
||||||
image: python:3.7
|
|
||||||
before_script:
|
|
||||||
- pip install ansible --quiet
|
|
||||||
- ansible-galaxy install -r requirements.yml
|
|
||||||
script:
|
|
||||||
- ansible-playbook playbook.yml --syntax-check
|
|
||||||
|
|
|
||||||
Reference in a new issue