Skip to content

Commit

Permalink
Update to fix packages for 6.6 that are not returning the root dir an…
Browse files Browse the repository at this point in the history
…ymore (elastic#39)
  • Loading branch information
liza-mae authored Nov 20, 2018
1 parent b77d3b9 commit acb7e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/kibana/jenkins_kibana_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ function download_and_extract_package() {
_dirName=$(zipinfo -1 "$_pkgName" | head -n 1)
else
_dirName=$(tar tf "$_pkgName" | head -n 1)
_dirName=${_dirName%%/*}
fi

Glb_Kibana_Dir="$Glb_Install_Dir/$_dirName"
Expand Down

0 comments on commit acb7e2b

Please sign in to comment.