Skip to content
Snippets Groups Projects

Publish feature branches from the master CI

Merged Sylvester Joosten requested to merge publish_feature_detectors into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -280,7 +280,7 @@ jug_xl:nightly:
jug_xl:feature:
extends: .build
stage: deploy
stage: build:release
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
Loading