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

Fix dune-gdt-super CI

parent a0eb4d35
No related branches found
No related tags found
No related merge requests found
ARG CC
ARG COMMIT
ARG BASE
FROM zivgitlab.wwu.io/ag-ohlberger/dune-community/dune-xt-super/base_${BASE}_${CC}:${COMMIT}
ARG PROJECT
FROM ${PROJECT}/base_${BASE}_${CC}:${COMMIT}
WORKDIR ${SUPERDIR}
......
......@@ -164,7 +164,7 @@ def _build_combination(tag_matrix, dockerdir, module, commit, refname):
print(f'Repo is: {repo}')
with Timer('docker build ', logger.info):
buildargs = {'COMMIT': commit, 'CC': cc, 'project_name': module, 'BASE': settings['base']}
buildargs = {'COMMIT': commit, 'CC': cc, 'project_name': module, 'BASE': settings['base'], 'PROJECT': PROJECT}
img = _docker_build(
client,
logger,
......
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