From 4b1fd04c12d837ae7d8767b56bf40deb44a4f35c Mon Sep 17 00:00:00 2001 From: zimniy Date: Tue, 1 Jun 2021 16:10:04 +0300 Subject: [PATCH] fix --- .gitlab-ci.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77f883f..e69de29 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' {} \; -- GitLab