Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
d72b7a99
Commit
d72b7a99
authored
Feb 13, 2019
by
André Anjos
💬
Browse files
[data][gitlab-ci] Set PYTHON_VERSION for base-builds
parent
f60a51e1
Pipeline
#26895
passed with stages
in 9 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/data/gitlab-ci/base-build.yaml
View file @
d72b7a99
...
...
@@ -31,8 +31,10 @@ stages:
-
${CONDA_ROOT}/pkgs/urls.txt
build_linux
:
build_linux
_36
:
<<
:
*build_job
variables
:
PYTHON_VERSION
:
"
3.6"
tags
:
-
docker
image
:
continuumio/conda-concourse-ci
...
...
@@ -40,8 +42,10 @@ build_linux:
<<
:
*build_caches
key
:
"
linux-cache"
build_macosx
:
build_macosx
_36
:
<<
:
*build_job
variables
:
PYTHON_VERSION
:
"
3.6"
tags
:
-
macosx
cache
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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