mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
6b686e2ef8
commit
b3abe47ad0
1 changed files with 5 additions and 1 deletions
|
@ -7,4 +7,8 @@ cd "$(dirname "${0}")"
|
|||
cp /usr/local/bin/runbld ./
|
||||
cp /usr/local/bin/bash_standard_lib.sh ./
|
||||
|
||||
docker build -t kibana-ci -f ./Dockerfile .
|
||||
if which docker >/dev/null; then
|
||||
docker build -t kibana-ci -f ./Dockerfile .
|
||||
else
|
||||
echo "Docker binary is not available. Skipping the docker build this time."
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue