teste die pipeline #1

Merged
smartika merged 2 commits from flip_dev into main 2025-12-16 08:01:38 +00:00
Showing only changes of commit 1112c9a340 - Show all commits

View File

@@ -1,33 +1,12 @@
---
stages:
- build
- lint
- test
- deploy
yamllint:
stage: lint
image: python:3.12-alpine
before_script:
- ansible --version
- ansible-lint --version
- yamllint --version
- molecule --version
lint:
- pip install --no-cache-dir yamllint
script:
echo "test test test"
- yamllint .
# lint:
# stage: lint
# image: quay.io/ansible/ansible-runner:latest
# before_script:
# - pip install ansible ansible-lint
# script:
# - ansible-lint playbooks/
# rules:
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
# - changes:
# - "**/*.yml"
# - "**/*.yaml"
# - "roles/**/*"