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

anchors -> extends 2

parent a546a321
Branches
Tags
2 merge requests!13Trunk,!12Trunk
Pipeline #1806 canceled
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
...@@ -21,8 +21,6 @@ test: ...@@ -21,8 +21,6 @@ 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