Skip to content
Snippets Groups Projects
Commit d72b7a99 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[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
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment