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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Ansible
Merge requests
!15
Resolve "Configurable image prefix instead of 'temp-'"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Configurable image prefix instead of 'temp-'"
2-configurable-image-prefix-instead-of-temp
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Resolve "Configurable image prefix instead of 'temp-'"
Dmitriy Safronov
requested to merge
2-configurable-image-prefix-instead-of-temp
into
master
May 4, 2021
Overview
0
Commits
1
Pipelines
2
Changes
1
Closes
#2 (closed)
Edited
May 4, 2021
by
Dmitriy Safronov
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
eb9de497
1 commit,
May 4, 2021
1 file
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
4
View file @ eb9de497
Edit in single-file editor
Open in Web IDE
Show full file
@@ -21,7 +21,7 @@ test:
@@ -21,7 +21,7 @@ test:
variables
:
variables
:
GIT_STRATEGY
:
"
none"
GIT_STRATEGY
:
"
none"
script
:
script
:
-
drr "${CI_REGISTRY_IMAGE}:
temp
-${CI_COMMIT_SHORT_SHA}" ansible --version
-
drr "${CI_REGISTRY_IMAGE}:
${CUSTOM_IMAGEPREFIX}
-${CI_COMMIT_SHORT_SHA}" ansible --version
-
drr "${CI_REGISTRY_IMAGE}:
temp
-${CI_COMMIT_SHORT_SHA}" ansible -m ping localhost
-
drr "${CI_REGISTRY_IMAGE}:
${CUSTOM_IMAGEPREFIX}
-${CI_COMMIT_SHORT_SHA}" ansible -m ping localhost
-
drr "${CI_REGISTRY_IMAGE}:
temp
-${CI_COMMIT_SHORT_SHA}" ansible-lint --version
-
drr "${CI_REGISTRY_IMAGE}:
${CUSTOM_IMAGEPREFIX}
-${CI_COMMIT_SHORT_SHA}" ansible-lint --version
-
drr "${CI_REGISTRY_IMAGE}:
temp
-${CI_COMMIT_SHORT_SHA}" ansible-lint .
-
drr "${CI_REGISTRY_IMAGE}:
${CUSTOM_IMAGEPREFIX}
-${CI_COMMIT_SHORT_SHA}" ansible-lint .
Loading