Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Essential
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Ansible
Roles
Essential
Commits
8afd1cc5
Commit
8afd1cc5
authored
Jan 27, 2021
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
common .gitlab-ci.yml
parent
7d1e9c72
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-36
0 additions, 36 deletions
.gitlab-ci.yml
with
0 additions
and
36 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
36
View file @
7d1e9c72
# VARIABLES
variables
:
DOCKER_BUILDKIT
:
1
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
tcp://localhost:2375
DOCKER_TLS_CERTDIR
:
"
"
##########################################################################################################
## PIPELINE DEFINITION
stages
:
-
check
##########################################################################################################
### COMMON SECTION
.common
:
&common
services
:
-
registry.cyberbrain.pw/docker/dind
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' {} \;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment