diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77f883fe82b2aa44f3a524d1f45dcd7d340c705d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,34 +0,0 @@ -# VARIABLES -variables: - DOCKER_BUILDKIT: 1 - DOCKER_DRIVER: overlay2 - DOCKER_HOST: tcp://localhost:2375 - DOCKER_TLS_CERTDIR: "" - -########################################################################################################## - -## PIPELINE DEFINITION -stages: - - check - -########################################################################################################## - -### COMMON SECTION -.common: &common - variables: - GIT_DEPTH: 1 - ANSIBLE_FORCE_COLOR: "True" - before_script: - - chmod -R o-w ../ - -########################################################################################################## - -### TEST SECTION -test: - <<: *common - stage: check - image: registry.cyberbrain.pw/ansible/ansible - except: - - /^master$/ - script: - - find . -type d -exec ansible-lint --force-color -v -x '204' {} \;