Skip to content
Snippets Groups Projects
Unverified Commit 56984b46 authored by René Fritze's avatar René Fritze
Browse files

[ci] update travis config

parent 9420ce2c
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,9 @@ before_script: ...@@ -21,9 +21,9 @@ before_script:
- export IMAGE="dunecommunity/dune-xt-functions-testing_${DOCKER_TAG}:${TRAVIS_BRANCH}" - export IMAGE="dunecommunity/dune-xt-functions-testing_${DOCKER_TAG}:${TRAVIS_BRANCH}"
# get image with fallback to master branch of the super repo # get image with fallback to master branch of the super repo
- docker pull ${IMAGE} || export IMAGE="dunecommunity/dune-xt-functions-testing_${DOCKER_TAG}:master" ; docker pull ${IMAGE} - docker pull ${IMAGE} || export IMAGE="dunecommunity/dune-xt-functions-testing_${DOCKER_TAG}:master" ; docker pull ${IMAGE}
- export MY_MODULE=dune-xt-functions
- export ENV_FILE=${HOME}/env - export ENV_FILE=${HOME}/env
- python3 ./.travis.make_env_file.py - python3 ./.travis.make_env_file.py
- export MY_MODULE=dune-xt-functions
- export DOCKER_RUN="docker run --env-file ${ENV_FILE} -v ${TRAVIS_BUILD_DIR}:/root/src/dune-xt-functions ${IMAGE}" - export DOCKER_RUN="docker run --env-file ${ENV_FILE} -v ${TRAVIS_BUILD_DIR}:/root/src/dune-xt-functions ${IMAGE}"
script: script:
......
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