Skip to content
Snippets Groups Projects
Commit e0986210 authored by René Fritze's avatar René Fritze Committed by Dr. Felix Tobias Schindler
Browse files

[ci] drone cannot inject env variable into yaml

so we have to use master image for now
parent 1b1c6793
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ workspace:
pipeline:
cpp:
image: dunecommunity/dune-gdt-testing_$CC:${DRONE_BRANCH/\//_}
image: dunecommunity/dune-gdt-testing_${CC}:master
pull: true
environment:
- MY_MODULE=dune-gdt
......@@ -12,7 +12,7 @@ pipeline:
- /root/src/dune-gdt/.travis.script.bash
python:
image: dunecommunity/dune-gdt-testing_$CC:${DRONE_BRANCH/\//_}
image: dunecommunity/dune-gdt-testing_${CC}:master
pull: true
environment:
- MY_MODULE=dune-gdt
......
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