File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ stages:
2828 - upload-to-internal
2929 - upload-to-central
3030 - package-api-docs
31- - integ-tests
31+ - triggers
3232
3333test :
3434 stage : test
@@ -148,13 +148,13 @@ package-api-docs:
148148 paths :
149149 - " objectbox-java/build/dist/objectbox-java-web-api-docs.zip"
150150
151- trigger-integ-tests :
152- stage : integ-tests
151+ trigger-plugin :
152+ stage : triggers
153153 except :
154- - schedules # Do not trigger when run on schedule, integ tests have own schedule.
154+ - schedules # Do not trigger when run on schedule, e.g. integ tests have own schedule.
155155 inherit :
156156 variables : false
157- allow_failure : true # Branch might not exist in integ test project.
157+ allow_failure : true # Branch might not exist, yet, in plugin project.
158158 trigger :
159- project : objectbox/objectbox-integration-test
159+ project : objectbox/objectbox-plugin
160160 branch : $CI_COMMIT_BRANCH
You can’t perform that action at this time.
0 commit comments