Skip to content
Snippets Groups Projects
Commit bee1734d authored by Nayyer Raza's avatar Nayyer Raza
Browse files

Merge branch 'master' of git.ligo.org:lscsoft/bayeswave

Updated build pipeline.
parents a5b9a131 30ef92d0
Branches master
No related tags found
No related merge requests found
Pipeline #234714 passed
......@@ -39,7 +39,7 @@ stages:
- docker build --no-cache
--build-arg CI_COMMIT_SHA=${CI_COMMIT_SHA}
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
--build-arg BUILD_IMAGE=$CI_REGISTRY_IMAGE/conda-env:$IMAGE_TAG
--build-arg BUILD_IMAGE=$UPSTREAM_REGISTRY/$CONDA_ENV_IMAGE:$IMAGE_TAG
-t $IMAGE --file $DOCKERFILE .
- docker push $IMAGE
......@@ -198,8 +198,8 @@ bayeswave-runtime:latest:
<<: *docker_deploy
variables:
DOCKERFILE: Dockerfile
except:
- tags
only:
- master@lscsoft/bayeswave
bayeswave-runtime:tag:
stage: deploy
......
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