Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux-course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux-course
Commits
9c9fb02d
Commit
9c9fb02d
authored
10 months ago
by
Leon Keim
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci/dumux-docker-ci-branch-names' into 'master'
Add dumux-docker-ci branch name to image names See merge request
!230
parents
d02e1ad4
2dd1005c
Branches
64-improvements-for-the-biomin-exercise
Branches containing commit
Tags
3.9.0
3.9.0-rc1
Tags containing commit
1 merge request
!230
Add dumux-docker-ci branch name to image names
Pipeline
#46443
passed
9 months ago
Stage: solution checker
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
9c9fb02d
...
...
@@ -4,6 +4,7 @@ stages:
-
solution checker
variables
:
DUMUX_DOCKER_CI_BRANCH
:
master
IMAGE_REGISTRY_URL
:
$CI_REGISTRY/dumux-repositories/dumux-docker-ci
DUMUX_CI_DUNE_LATEST_RELEASE
:
"
2.9"
REVEAL_THEME
:
"
serif"
...
...
@@ -33,7 +34,7 @@ variables:
full-dune-latest-release-gcc
:
extends
:
.default-trigger
variables
:
IMAGE
:
$IMAGE_REGISTRY_URL/full:dune-$DUMUX_CI_DUNE_LATEST_RELEASE-gcc-ubuntu-22.04
IMAGE
:
$IMAGE_REGISTRY_URL/
${DUMUX_DOCKER_CI_BRANCH}_
full:dune-$DUMUX_CI_DUNE_LATEST_RELEASE-gcc-ubuntu-22.04
pages
:
image
:
alpine:latest
...
...
@@ -64,6 +65,6 @@ pages:
apply_patches
:
stage
:
solution checker
image
:
$IMAGE_REGISTRY_URL/full:dune-$DUMUX_CI_DUNE_LATEST_RELEASE-gcc-ubuntu-22.04
image
:
$IMAGE_REGISTRY_URL/
${DUMUX_DOCKER_CI_BRANCH}_
full:dune-$DUMUX_CI_DUNE_LATEST_RELEASE-gcc-ubuntu-22.04
script
:
-
sh .patches/apply_patches.sh
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