Build conda packages in CI_BUILDS_DIR
This commit is contained in:
parent
dfa6bfe926
commit
1fc30ae3e1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user