Skip to content
Snippets Groups Projects
Commit f19928b4 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Hotfix/fix setup image

parent 88011373
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,13 @@ stages:
-t ${CI_REGISTRY}/copasi/dune-copasi/dependencies:${DUNECI_OS}-${DUNECI_TOOLCHAIN} .
- docker push ${CI_REGISTRY}/copasi/dune-copasi/dependencies:${DUNECI_OS}-${DUNECI_TOOLCHAIN}
- docker logout $CI_REGISTRY/copasi/dune-copasi
only:
- master
variables:
# Run job if branch is master, job is scheduled or the variable REBUILD_BASE_IMAGE is defined
- $CI_COMMIT_BRANCH == "master"
- $CI_PIPELINE_SOURCE == "schedule"
- $REBUILD_BASE_IMAGE
.build: &build
stage: build
......
......@@ -13,9 +13,9 @@ RUN duneci-install-module -b releases/2.7 https://gitlab.dune-project.org/core/d
&& duneci-install-module -b releases/2.7 https://gitlab.dune-project.org/core/dune-grid.git \
&& duneci-install-module -b releases/2.7 https://gitlab.dune-project.org/core/dune-istl.git \
&& duneci-install-module -b releases/2.7 https://gitlab.dune-project.org/core/dune-localfunctions.git \
&& duneci-install-module -b releases/2.7 https://gitlab.dune-project.org/quality/dune-testtools.git \
&& duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-typetree.git \
&& duneci-install-module -b releases/2.7 https://gitlab.dune-project.org/staging/dune-functions.git \
&& duneci-install-module -b support/dune-copasi --recursive https://gitlab.dune-project.org/copasi/dune-logging.git \
&& duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-typetree.git \
&& duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-pdelab.git \
&& duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-multidomaingrid.git \
&& duneci-install-module -b feature/allow-multidomain-vtk-compare-to-have-same-thresholds https://gitlab.dune-project.org/quality/dune-testtools.git
\ No newline at end of file
&& duneci-install-module -b support/dune-copasi https://gitlab.dune-project.org/copasi/dune-multidomaingrid.git
\ No newline at end of file
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