mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
410297684a
commit
aae3c3e3df
2 changed files with 2 additions and 10 deletions
|
@ -3,11 +3,7 @@
|
|||
source test/scripts/jenkins_test_setup.sh
|
||||
|
||||
if [[ -z "$CODE_COVERAGE" ]]; then
|
||||
|
||||
destDir="build/kibana-build-oss"
|
||||
if [[ ! "$TASK_QUEUE_PROCESS_ID" ]]; then
|
||||
destDir="${destDir}-${CI_PARALLEL_PROCESS_NUMBER}"
|
||||
fi
|
||||
destDir="$WORKSPACE/kibana-build-oss-${TASK_QUEUE_PROCESS_ID:-$CI_PARALLEL_PROCESS_NUMBER}"
|
||||
|
||||
if [[ ! -d $destDir ]]; then
|
||||
mkdir -p $destDir
|
||||
|
|
|
@ -3,11 +3,7 @@
|
|||
source test/scripts/jenkins_test_setup.sh
|
||||
|
||||
if [[ -z "$CODE_COVERAGE" ]]; then
|
||||
|
||||
destDir="build/kibana-build-xpack"
|
||||
if [[ ! "$TASK_QUEUE_PROCESS_ID" ]]; then
|
||||
destDir="${destDir}-${CI_PARALLEL_PROCESS_NUMBER}"
|
||||
fi
|
||||
destDir="$WORKSPACE/kibana-build-xpack-${TASK_QUEUE_PROCESS_ID:-$CI_PARALLEL_PROCESS_NUMBER}"
|
||||
|
||||
if [[ ! -d $destDir ]]; then
|
||||
mkdir -p $destDir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue