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

Merge branch '2-configurable-image-prefix-instead-of-temp' into 'master'

Resolve "Configurable image prefix instead of 'temp-'"

Closes #2

See merge request docker/ansible!15
parents b9d11cdf eb9de497
Branches
No related tags found
1 merge request!15Resolve "Configurable image prefix instead of 'temp-'"
Pipeline #2111 passed
......@@ -21,7 +21,7 @@ test:
variables:
GIT_STRATEGY: "none"
script:
- 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-lint --version
- drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible-lint .
- drr "${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA}" ansible --version
- drr "${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA}" ansible -m ping localhost
- drr "${CI_REGISTRY_IMAGE}:${CUSTOM_IMAGEPREFIX}-${CI_COMMIT_SHORT_SHA}" ansible-lint --version
- 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