Skip to content

Triggers a staging deploy after uploading the ubuntu package

John Jarvis requested to merge jarv/trigger-staging-deploys into master

This adds an additional step in the Ubuntu-16.04-staging to trigger the takeoff pipeline on ops.gitlab.net so that staging deploys are immediately triggered when this job complete.

This step will only run if TAKEOFF_TRIGGER_TOKEN is defined as a secret CICD var.

Testing:

$ bundle exec rake gitlab_com:takeoff
Takeoff build triggered at https://ops.gitlab.net/gitlab-org/takeoff/pipelines/11875

Merge request reports