mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Reopens #148864 to trigger via REST instead of yaml. The previous implementation did not support commit triggered builds. This conditionally adds a pipeline trigger to `kibana-artifacts-container-image` at the end of the on-merge pipeline when tests are passing. The triggered pipeline will build (and eventually push) our default docker images.
5 lines
158 B
Bash
Executable file
5 lines
158 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
ts-node .buildkite/scripts/steps/trigger_pipeline.ts kibana-artifacts-container-image "$BUILDKITE_BRANCH" "$BUILDKITE_COMMIT"
|