Skip to content
Snippets Groups Projects
Commit b48b11b6 authored by dgelessus's avatar dgelessus
Browse files

Trigger extension CI automatically after this CI finishes

parent b031d244
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -17,3 +17,16 @@ test:
- .gradle/caches
- .gradle/native
- .gradle/wrapper
trigger_extension_build:
stage: .post
image: alpine:3
dependencies: []
variables:
GIT_STRATEGY: none
before_script:
- apk add --update curl
script:
- curl -X POST -F "token=$CI_JOB_TOKEN" -F "ref=main" https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/2835/trigger/pipeline
only:
- master@general/stups/b_language_server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment