Skip to content
Snippets Groups Projects
Commit 352cb512 authored by Colm Talbot's avatar Colm Talbot
Browse files

CI: second attempt to make containers rebuild when changed

parent 9c28413c
No related branches found
No related tags found
1 merge request!1167TEST: Add ptmcmcsampler back to test images
Pipeline #468677 passed
......@@ -251,10 +251,11 @@ pages:
stage: deploy
image: docker:20.10.12
needs: ["containers"]
rules:
- changes:
- containers/*
- if: $CI_PIPELINE_SOURCE == "schedule"
except:
refs:
- schedules
changes:
- containers/*
script:
- cd containers
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
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