Skip to content
Snippets Groups Projects
Commit f9efe1c0 authored by calrama's avatar calrama
Browse files

Update to GitLab 11.8 trigger syntax

parent 7c5725aa
No related branches found
No related tags found
No related merge requests found
Pipeline #15813 failed
Pipeline: biotracker

#15814

    ......@@ -83,12 +83,18 @@ package windows:
    - build windows
    <<: *package
    trigger dependents:
    extends: .ubuntu-18.04
    stage: deploy
    dependencies: []
    script:
    - . /etc/profile.d/robofish.sh
    - gitlab-trigger-pipeline bioroboticslab%2Frobofish%2Fsimulator $CI_JOB_TOKEN master
    - gitlab-trigger-pipeline bioroboticslab%2Frobofish%2Frobo_tracker $CI_JOB_TOKEN master
    - gitlab-trigger-pipeline bioroboticslab%2Fbiotracker%2Fbiotracker $CI_JOB_TOKEN master
    trigger robofish/simulator:
    stage: deploy
    trigger:
    project: bioroboticslab/robofish/simulator
    trigger robofish/robo_tracker:
    stage: deploy
    trigger:
    project: bioroboticslab/robofish/robo_tracker
    trigger biotracker/biotracker:
    stage: deploy
    trigger:
    project: bioroboticslab/biotracker/biotracker
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment