Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-copasi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COPASI
dune-copasi
Commits
f19928b4
Commit
f19928b4
authored
5 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix/fix setup image
parent
88011373
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-1
6 additions, 1 deletion
.gitlab-ci.yml
docker/dependencies.dockerfile
+3
-3
3 additions, 3 deletions
docker/dependencies.dockerfile
with
9 additions
and
4 deletions
.gitlab-ci.yml
+
6
−
1
View file @
f19928b4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docker/dependencies.dockerfile
+
3
−
3
View file @
f19928b4
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment