mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci] remove x-pack job
This commit is contained in:
parent
55b00ff2cb
commit
d92d395493
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
JOB:
|
||||
- selenium
|
||||
- intake
|
||||
- x-pack
|
||||
|
||||
# `~` is yaml for `null`
|
||||
exclude: ~
|
||||
|
|
|
@ -12,9 +12,6 @@ case "$JOB" in
|
|||
"intake")
|
||||
./test/scripts/jenkins_unit.sh
|
||||
;;
|
||||
"x-pack")
|
||||
./test/scripts/jenkins_xpack.sh
|
||||
;;
|
||||
*)
|
||||
echo "JOB '$JOB' is not implemented."
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue