Build conda packages in CI_BUILDS_DIR
This commit is contained in:
parent
dfa6bfe926
commit
1fc30ae3e1
@ -8,10 +8,10 @@ workflow:
|
|||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
variables:
|
variables:
|
||||||
BUILD_PATH: /home/pyzebra/build-prod
|
BUILD_PATH: $CI_BUILDS_DIR/build-prod
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
variables:
|
variables:
|
||||||
BUILD_PATH: /home/pyzebra/build-test
|
BUILD_PATH: $CI_BUILDS_DIR/build-test
|
||||||
|
|
||||||
default:
|
default:
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user