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

Another shoot at fixing CI

parent 7cfd2dab
No related branches found
No related tags found
No related merge requests found
# kate: indent-width 2;
variables:
TRAVIS_BRANCH: ${CI_COMMIT_REF_NAME}
TRAVIS_COMMIT: ${CI_COMMIT_SHA}
TRAVIS_BRANCH: "${CI_COMMIT_REF_NAME}"
TRAVIS_COMMIT: "${CI_COMMIT_SHA}"
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
GIT_SUBMODULE_STRATEGY: recursive
......@@ -12,7 +12,7 @@ variables:
CCACHE_COMPILERCHECK: content
CCACHE_COMPRESS: "true"
PYTEST_ADDOPTS: "-s"
REGISTRY: zivgitlab.wwu.io/ag-ohlberger/dune-community/docker/
REGISTRY: zivgitlab.wwu.io/ag-ohlberger/dune-community/docker
.jobtpl:
......@@ -30,6 +30,7 @@ variables:
- .ccache
variables:
IMAGE: "${CI_REGISTRY_IMAGE}/ci_${MY_MODULE}-testing_${DOCKER_TAG}:${TRAVIS_COMMIT}"
TRAVIS_COMMIT: "${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