Skip to content
Snippets Groups Projects
Commit 5f85e78c authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[gitlab-ci] Change PREFIX to use conda environement

parent b01f675d
No related branches found
No related tags found
2 merge requests!2551.4.x,!238Upgrade to django 1.11
Pipeline #
......@@ -2,10 +2,10 @@ stages:
- build
variables:
PREFIX: /opt/beat.env.web/usr
TEST_PREFIX_PATH_FILE: 'test_prefix_$CI_JOB_ID.txt'
CONDA_ENV_NAME: beat_test_env
CONDA_PREFIX: /local/opt/conda
PREFIX: $CONDA_PREFIX/envs/$CONDA_ENV_NAME
build:
stage: build
......
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