Skip to content
Snippets Groups Projects
Commit 1a9a5aba authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Add triggering of dependend projects

parent 8da24f5e
Branches
No related tags found
No related merge requests found
stages: stages:
- build - build
- deploy
build-ubuntu-18.04: build-ubuntu-18.04:
stage: build stage: build
...@@ -26,3 +27,10 @@ build-windows: ...@@ -26,3 +27,10 @@ build-windows:
- docker push "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):windows" - docker push "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):windows"
after_script: after_script:
- docker logout "${CI_REGISTRY}" - docker logout "${CI_REGISTRY}"
trigger dependents:
stage: deploy
tags: [ linux, docker ]
image: git.imp.fu-berlin.de:5000/bioroboticslab/rf_docker:ubuntu-18.04
script:
- curl --request POST --form "token=$CI_JOB_TOKEN" --form ref=master https://git.imp.fu-berlin.de/api/v4/projects/2576/trigger/pipeline
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment