Skip to content
Snippets Groups Projects
Commit 5f8cc4b2 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

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!12Trunk
Pipeline #1809 passed
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment