Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
dune-xt
Commits
24def809
Commit
24def809
authored
4 years ago
by
Dr. Felix Tobias Schindler
Browse files
Options
Downloads
Patches
Plain Diff
[ci] pip3 -> pip
parent
e12a3324
No related branches found
No related tags found
1 merge request
!20
Update bindings
Pipeline
#62828
failed
4 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/gitlab/config.yml
+1
-1
1 addition, 1 deletion
.ci/gitlab/config.yml
.ci/gitlab/config_template.py
+1
-1
1 addition, 1 deletion
.ci/gitlab/config_template.py
with
2 additions
and
2 deletions
.ci/gitlab/config.yml
+
1
−
1
View file @
24def809
...
...
@@ -35,7 +35,7 @@ variables:
before_script
:
-
|
apk --update add openssh-client rsync git file bash python3 curl
pip
3
install -U docker jinja2 docopt
pip install -U docker jinja2 docopt
export BASEIMAGE="${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}"
# get image with fallback to master branch of the super repo
...
...
This diff is collapsed.
Click to expand it.
.ci/gitlab/config_template.py
+
1
−
1
View file @
24def809
...
...
@@ -38,7 +38,7 @@ variables:
before_script:
- |
apk --update add openssh-client rsync git file bash python3 curl
pip
3
install -U docker jinja2 docopt
pip install -U docker jinja2 docopt
export BASEIMAGE=
"
${MY_MODULE}-testing_${DOCKER_TAG}:${CI_COMMIT_REF_NAME/\//_}
"
# get image with fallback to master branch of the super repo
...
...
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