Skip to content
Snippets Groups Projects

Change to deploy for testing automatically

Merged Lucas Sulzbach requested to merge rc-1.0.0 into develop
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -67,9 +67,8 @@ deploy_for_unstable:
deploy_for_testing:
stage: deploy
when: manual
only:
- master
- /^rc-.*$/
tags:
- debian-packaging
script:
Loading