Skip to content
Snippets Groups Projects

TEST: Add ptmcmcsampler back to test images

Merged Colm Talbot requested to merge add-ptmcmcsampler-to-test into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -251,8 +251,10 @@ pages:
stage: deploy
image: docker:20.10.12
needs: ["containers"]
only:
- schedules
rules:
- changes:
- containers/*
- if: $CI_PIPELINE_SOURCE == "schedule"
script:
- cd containers
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
Loading