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
Commits
5f8cc4b2
Commit
5f8cc4b2
authored
4 years ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Plain Diff
Merge branch 'trunk' into 'master'
Trunk See merge request ansible/ansible!12
parents
cc75e46d
726c65e1
No related branches found
No related tags found
1 merge request
!12
Trunk
Pipeline
#1809
passed
4 years ago
Stage: lint
Stage: pack
Stage: scan
Stage: release
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-5
1 addition, 5 deletions
.gitlab-ci.yml
with
1 addition
and
5 deletions
.gitlab-ci.yml
+
1
−
5
View file @
5f8cc4b2
...
@@ -16,15 +16,11 @@ stages:
...
@@ -16,15 +16,11 @@ stages:
#### TEST SECTION
#### TEST SECTION
test
:
test
:
image
:
${DOCKER_IMAGE}
extends
:
.common
services
:
-
${DIND_IMAGE}
stage
:
test
stage
:
test
variables
:
variables
:
GIT_STRATEGY
:
"
none"
GIT_STRATEGY
:
"
none"
script
:
script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
-
alias drr="docker run --rm -v \${PWD}:\${PWD} -w \${PWD}"
-
drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible --version
-
drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible --version
-
drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible -m ping localhost
-
drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible -m ping localhost
-
drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible-lint --version
-
drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible-lint --version
...
...
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