mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci] add script for snapshot build job
This commit is contained in:
parent
cb0659f98d
commit
995c408410
1 changed files with 7 additions and 0 deletions
7
test/scripts/jenkins_build_snapshot.sh
Executable file
7
test/scripts/jenkins_build_snapshot.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
"$(dirname $0)/jenkins_setup.sh"
|
||||
|
||||
"$(npm bin)/grunt" build;
|
Loading…
Add table
Add a link
Reference in a new issue