Skip to content

Commit 86b26f0

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 7f2d459 + fe79ce2 commit 86b26f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ stages:
22
- check
33
- build
44
- test
5+
- sync
56

67
check-code:
78
stage: check
@@ -111,3 +112,11 @@ test-code-21:
111112
- "util/build/test-results/**/*.xml"
112113
- "tls/build/test-results/**/*.xml"
113114
- "mls/build/test-results/**/*.xml"
115+
116+
117+
spongycastle:
118+
stage: "sync"
119+
variables:
120+
AUTOMATE_JOB: "sync"
121+
trigger:
122+
project: "spongycastle/automation"

0 commit comments

Comments
 (0)