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: ...@@ -61,7 +61,7 @@ conda-env-manual:
stage: docker stage: docker
<<: *docker_deploy <<: *docker_deploy
variables: variables:
IMAGE_NAME: $CONDA_ENV_IMAGE IMAGE_NAME: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:v1.1.0
DOCKERFILE: .conda-env.Dockerfile DOCKERFILE: .conda-env.Dockerfile
when: manual when: manual
...@@ -84,7 +84,7 @@ bayeswave: ...@@ -84,7 +84,7 @@ bayeswave:
BayesWaveUtils: BayesWaveUtils:
stage: build stage: build
image: $CONDA_ENV_IMAGE image: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:v1.1.0
script: script:
- pushd BayesWaveUtils - pushd BayesWaveUtils
- python setup.py install --prefix $BUILD_TARGET - python setup.py install --prefix $BUILD_TARGET
...@@ -165,7 +165,7 @@ BayesWavePost: ...@@ -165,7 +165,7 @@ BayesWavePost:
bayeswave_pipe: bayeswave_pipe:
stage: test stage: test
image: $CONDA_ENV_IMAGE image: $UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:v1.1.0
script: script:
- ls $BUILD_DIR - ls $BUILD_DIR
- source $BUILD_DIR/bayeswave-user-env.sh - 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