Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Ansible
Merge requests
!16
New
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New
new
into
master
Overview
0
Commits
11
Pipelines
6
Changes
2
Merged
Dmitriy Safronov
requested to merge
new
into
master
4 years ago
Overview
0
Commits
11
Pipelines
6
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 4
c02ee3c7
4 years ago
version 3
a43b2a61
4 years ago
version 2
40989024
4 years ago
version 1
655284ed
4 years ago
master (base)
and
latest version
latest version
1173f90e
11 commits,
4 years ago
version 4
c02ee3c7
10 commits,
4 years ago
version 3
a43b2a61
9 commits,
4 years ago
version 2
40989024
8 commits,
4 years ago
version 1
655284ed
7 commits,
4 years ago
2 files
+
39
−
7
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
0
−
3
Options
@@ -22,6 +22,3 @@ test:
@@ -22,6 +22,3 @@ test:
GIT_STRATEGY
:
"
none"
GIT_STRATEGY
:
"
none"
script
:
script
:
-
drr "${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA}" ansible --version
-
drr "${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA}" ansible --version
-
drr "${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA}" ansible -m ping localhost
-
drr "${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA}" ansible-lint --version
-
drr "${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA}" ansible-lint .
Loading