Skip to content
Snippets Groups Projects
Commit 279a7336 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

Try fixing image name again

parent d44d908d
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,7 @@ variables:
paths:
- .ccache
variables:
IMAGE: "${CI_REGISTRY_IMAGE}/ci_${MY_MODULE}-testing_${DOCKER_TAG}:${TRAVIS_COMMIT}"
TRAVIS_COMMIT: "${CI_COMMIT_SHA}"
IMAGE: "${CI_REGISTRY_IMAGE}/ci_${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_SHA}"
before_script:
- apk --update add openssh-client rsync git file bash python3 py3-pip ccache
- pip install -U docker jinja2 docopt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment