Skip to content
Snippets Groups Projects
Commit 26e50d95 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

change conda-bld path to account for mac installation

parent f7403602
Branches
No related tags found
1 merge request!63Conda package based CI
......@@ -4,7 +4,7 @@
# global variables
variables:
CONDA_ENVS_PATH: "conda-env"
CONDA_BLD_PATH: "conda-env"
CONDA_BLD_PATH: "conda-env/conda-bld"
# Definition of our build pipeline order
......@@ -36,7 +36,7 @@ stages:
expire_in: 1 week
paths:
- _ci/
- ${CONDA_ENVS_PATH}/linux-64/*.tar.bz2
- ${CONDA_BLD_PATH}/linux-64/*.tar.bz2
tags:
- docker
image: continuumio/conda_builder_linux
......@@ -62,7 +62,7 @@ stages:
expire_in: 1 week
paths:
- _ci/
- ${CONDA_ENVS_PATH}/osx-64/*.tar.bz2
- ${CONDA_BLD_PATH}/osx-64/*.tar.bz2
tags:
- conda-macosx
cache:
......@@ -92,7 +92,7 @@ build_linux_36:
paths:
- _ci/
- dist/
- ${CONDA_ENVS_PATH}/linux-64/*.tar.bz2
- ${CONDA_BLD_PATH}/linux-64/*.tar.bz2
build_macosx_27:
<<: *macosx_build_job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment