Skip to content
Snippets Groups Projects
Commit 61a2f28f authored by James Alexander Clark PhD's avatar James Alexander Clark PhD
Browse files

Set nightly bayeswave image

parent 235f1c20
No related branches found
No related tags found
1 merge request!128Overhaul continuous integration and docker images
......@@ -122,9 +122,9 @@ docker:nightly:
- docker push $DEPENDS_IMAGE:el7
- mkdir rpms && mv $CI_PROJECT_DIR/rpmbuild/RPMS/x86_64/bayeswave-*.el7.x86_64.rpm rpms
# Build, test and push bayeswave image
- docker build --pull -t $CI_REGISTRY_IMAGE:latest --file Dockerfile .
- docker run $CI_REGISTRY_IMAGE:latest /test-bayeswave.sh
- docker push $CI_REGISTRY_IMAGE:latest
- docker build --pull -t $CI_REGISTRY_IMAGE:nightly --file Dockerfile .
- docker run $CI_REGISTRY_IMAGE:nightly /test-bayeswave.sh
- docker push $CI_REGISTRY_IMAGE:nightly
dependencies:
- build-bayeswave-rpm
......
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