Skip to content

Commit

Permalink
Added job to trigger the spongycastle sync automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan committed Aug 21, 2024
1 parent 4bcd6b6 commit fe79ce2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ stages:
- check
- build
- test
- sync

check-code:
stage: check
Expand Down Expand Up @@ -111,3 +112,11 @@ test-code-21:
- "util/build/test-results/**/*.xml"
- "tls/build/test-results/**/*.xml"
- "mls/build/test-results/**/*.xml"


spongycastle:
stage: "sync"
variables:
AUTOMATE_JOB: "sync"
trigger:
project: "spongycastle/automation"

0 comments on commit fe79ce2

Please sign in to comment.