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

Add some print statements

parent 7b90238d
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ variables:
- export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${TRAVIS_BRANCH/\//_}"
- export IMAGE="${CI_REGISTRY_IMAGE}/ci_${MY_MODULE}-testing_${DOCKER_TAG}:${TRAVIS_COMMIT}"
- "# get image with fallback to master branch of the super repo"
- echo "${REGISTRY}/${BASEIMAGE}"
- echo "${MY_MODULE}-testing_${DOCKER_TAG}:master"
- echo "${IMAGE}"
- docker pull ${REGISTRY}/${BASEIMAGE} || export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:master" ; docker pull ${REGISTRY}/${BASEIMAGE}
- export ENV_FILE=${HOME}/env
- mkdir ${CI_PROJECT_DIR}/testresults && chmod -R 777 ${CI_PROJECT_DIR}/testresults
......
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