feat: try testing with dirty files
This commit is contained in:
parent
815b37ad9b
commit
5f78285d91
2 changed files with 5 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: "noninteractive"
|
||||||
|
|
||||||
molecule:
|
molecule:
|
||||||
stage: "testing"
|
stage: "testing"
|
||||||
image: python:3.13
|
image: "python:3.13"
|
||||||
script:
|
script:
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
- apt-get -y -qq install yamllint docker.io
|
- apt-get -y -qq install yamllint docker.io
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
extends: 'default'
|
extends: 'default'
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
- ".gitlab/*"
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
braces:
|
braces:
|
||||||
max-spaces-inside: 1
|
max-spaces-inside: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue