Loading .gitlab-ci.yml +0 −34 Original line number Diff line number Diff line # 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' {} \; Loading
.gitlab-ci.yml +0 −34 Original line number Diff line number Diff line # 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' {} \;