Stefan Reimer
2a1d7ca4de
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
204 B
Bash
Executable File
9 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# Build all supported / currently used versions
|
|
|
|
make upload PLUGIN_ES=es63x ES_VERSION=6.4.3
|
|
make upload PLUGIN_ES=es66x ES_VERSION=6.8.3
|
|
make upload PLUGIN_ES=es73x ES_VERSION=7.3.1
|