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