From fe79ce2691d18d716a7cda738147e84a8f18b281 Mon Sep 17 00:00:00 2001 From: Megan Date: Wed, 21 Aug 2024 05:54:24 +0000 Subject: [PATCH] Added job to trigger the spongycastle sync automation --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f7b3f73fd..78303de991 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: - check - build - test + - sync check-code: stage: check @@ -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"