mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Skipping pre-command when running the Upload pipeline (#165505)
Context: https://elastic.slack.com/archives/C5UDAFZQU/p1693587045671319
This commit is contained in:
parent
7a1ec0c5c1
commit
39ef9bc81c
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
if [[ "$BUILDKITE_COMMAND" =~ .*"upload".* ]]; then
|
||||
echo "Skipped pre-command when running the Upload pipeline"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
source .buildkite/scripts/common/util.sh
|
||||
|
||||
echo '--- Setup environment vars'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue