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

Merge remote-tracking branch 'origin/master'

parents f2905283 9a17af5d
No related branches found
No related tags found
4 merge requests!25Fix,!24Fix,!23Fix,!16New
...@@ -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 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment