Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
bob
bob.devtools
Commits
d72b7a99
Commit
d72b7a99
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[data][gitlab-ci] Set PYTHON_VERSION for base-builds
parent
f60a51e1
No related branches found
No related tags found
No related merge requests found
Pipeline
#26895
passed
6 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/data/gitlab-ci/base-build.yaml
+6
-2
6 additions, 2 deletions
bob/devtools/data/gitlab-ci/base-build.yaml
with
6 additions
and
2 deletions
bob/devtools/data/gitlab-ci/base-build.yaml
+
6
−
2
View file @
d72b7a99
...
@@ -31,8 +31,10 @@ stages:
...
@@ -31,8 +31,10 @@ stages:
-
${CONDA_ROOT}/pkgs/urls.txt
-
${CONDA_ROOT}/pkgs/urls.txt
build_linux
:
build_linux
_36
:
<<
:
*build_job
<<
:
*build_job
variables
:
PYTHON_VERSION
:
"
3.6"
tags
:
tags
:
-
docker
-
docker
image
:
continuumio/conda-concourse-ci
image
:
continuumio/conda-concourse-ci
...
@@ -40,8 +42,10 @@ build_linux:
...
@@ -40,8 +42,10 @@ build_linux:
<<
:
*build_caches
<<
:
*build_caches
key
:
"
linux-cache"
key
:
"
linux-cache"
build_macosx
:
build_macosx
_36
:
<<
:
*build_job
<<
:
*build_job
variables
:
PYTHON_VERSION
:
"
3.6"
tags
:
tags
:
-
macosx
-
macosx
cache
:
cache
:
...
...
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