Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
COVID-19
models
Commits
8518b869
Verified
Commit
8518b869
authored
Mar 03, 2021
by
Laurent Heirendt
✈
Browse files
change docker img of python
parent
f4a55078
Pipeline
#38103
passed with stages
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8518b869
...
...
@@ -3,7 +3,7 @@ stages:
-
deploy
convert
:
image
:
python
:3.8.4-buster
image
:
python
stage
:
convert
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
...
...
@@ -38,4 +38,4 @@ commit:
-
git pull origin $CI_COMMIT_REF_NAME
-
git merge tmpBranch --ff
-
git push origin $CI_COMMIT_REF_NAME ||
true
-
git branch -D tmpBranch
\ No newline at end of file
-
git branch -D tmpBranch
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment