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:
28
28
- upload-to-internal
29
29
- upload-to-central
30
30
- package-api-docs
31
- - integ-tests
31
+ - triggers
32
32
33
33
test :
34
34
stage : test
@@ -148,13 +148,13 @@ package-api-docs:
148
148
paths :
149
149
- " objectbox-java/build/dist/objectbox-java-web-api-docs.zip"
150
150
151
- trigger-integ-tests :
152
- stage : integ-tests
151
+ trigger-plugin :
152
+ stage : triggers
153
153
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.
155
155
inherit :
156
156
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.
158
158
trigger :
159
- project : objectbox/objectbox-integration-test
159
+ project : objectbox/objectbox-plugin
160
160
branch : $CI_COMMIT_BRANCH
You can’t perform that action at this time.
0 commit comments