Update gitlab CI config & remove requirements.yml
This commit is contained in:
parent
7b924d3813
commit
24c4e57c69
2 changed files with 2 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ cache:
|
|||
|
||||
pretty-lint:
|
||||
stage: lint
|
||||
image: node:12
|
||||
image: node:16
|
||||
before_script:
|
||||
- npm install
|
||||
script:
|
||||
|
|
@ -18,9 +18,8 @@ pretty-lint:
|
|||
|
||||
syntax-test:
|
||||
stage: test
|
||||
image: python:3.7
|
||||
image: python:3.11
|
||||
before_script:
|
||||
- pip install ansible --quiet
|
||||
- ansible-galaxy install --role-file requirements.yml
|
||||
script:
|
||||
- ansible-playbook playbook.yml --syntax-check
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
- src: git+https://git.fudiggity.nl/ansible/common.git
|
||||
name: common
|
||||
version: master
|
||||
scm: git
|
||||
Reference in a new issue