Skip to content
Snippets Groups Projects
Commit b70fded5 authored by Meg Millhouse's avatar Meg Millhouse
Browse files

Update .gitlab-ci.yml

parent ab1c1c59
No related branches found
No related tags found
No related merge requests found
Pipeline #654170 passed with warnings
......@@ -61,7 +61,7 @@ conda-env-manual:
stage: docker
<<: *docker_deploy
variables:
IMAGE_NAME: $CONDA_ENV_IMAGE
IMAGE_NAME: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:v1.1.0
DOCKERFILE: .conda-env.Dockerfile
when: manual
......@@ -84,7 +84,7 @@ bayeswave:
BayesWaveUtils:
stage: build
image: $CONDA_ENV_IMAGE
image: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:v1.1.0
script:
- pushd BayesWaveUtils
- python setup.py install --prefix $BUILD_TARGET
......@@ -165,7 +165,7 @@ BayesWavePost:
bayeswave_pipe:
stage: test
image: $CONDA_ENV_IMAGE
image: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:v1.1.0
script:
- ls $BUILD_DIR
- source $BUILD_DIR/bayeswave-user-env.sh
......
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