Prevent building twice due to implicit Makefile deps
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0f69219f0c
commit
2a1d7ca4de
@ -3,10 +3,6 @@ set -e
|
||||
|
||||
# Build all supported / currently used versions
|
||||
|
||||
make build PLUGIN_ES=es63x ES_VERSION=6.4.3
|
||||
make build PLUGIN_ES=es66x ES_VERSION=6.8.3
|
||||
make build PLUGIN_ES=es73x ES_VERSION=7.3.1
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user