Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
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
FSL
fslpy
Commits
4aed5742
Commit
4aed5742
authored
6 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
CI: Doesn't make a difference, but using py36 over 35 for CI tasks
parent
d9749d8f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
4aed5742
...
@@ -191,7 +191,7 @@ build-doc:
...
@@ -191,7 +191,7 @@ build-doc:
-
docker
-
docker
stage
:
doc
stage
:
doc
image
:
python:3.
5
image
:
python:3.
6
script
:
script
:
-
bash ./.ci/build_doc.sh
-
bash ./.ci/build_doc.sh
...
@@ -212,7 +212,7 @@ build-pypi-dist:
...
@@ -212,7 +212,7 @@ build-pypi-dist:
<<
:
*patch_version
<<
:
*patch_version
stage
:
build
stage
:
build
image
:
python:3.
5
image
:
python:3.
6
tags
:
tags
:
-
docker
-
docker
...
@@ -236,7 +236,7 @@ deploy-doc:
...
@@ -236,7 +236,7 @@ deploy-doc:
<<
:
*setup_ssh
<<
:
*setup_ssh
stage
:
deploy
stage
:
deploy
when
:
manual
when
:
manual
image
:
python:3.
5
image
:
python:3.
6
tags
:
tags
:
-
docker
-
docker
...
@@ -253,7 +253,7 @@ deploy-pypi:
...
@@ -253,7 +253,7 @@ deploy-pypi:
<<
:
*setup_ssh
<<
:
*setup_ssh
stage
:
deploy
stage
:
deploy
when
:
manual
when
:
manual
image
:
python:3.
5
image
:
python:3.
6
tags
:
tags
:
-
docker
-
docker
...
...
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