Skip to content
Snippets Groups Projects
Commit 27f086f7 authored by James Clark's avatar James Clark
Browse files

incorrect ref names in CI script somehow

parent fb228494
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ before_script:
docker:
only:
- master
- O3dev
- postO2-production
- stable
- testing
stage: build
script:
- docker build --rm --no-cache -t $REF ./
......@@ -22,8 +22,8 @@ docker:
test:
only:
- master
- O3dev
- postO2-production
- stable
- testing
stage: test
script:
- docker run -u $(id -u):$(id -g) $REF "/opt/bayeswave/test/test-bayeswave.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