From 2a1d7ca4decce84fdd08c79fb7d9769291ba9899 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 13 Sep 2019 20:29:26 +0000 Subject: [PATCH] Prevent building twice due to implicit Makefile deps --- build_upload_all.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build_upload_all.sh b/build_upload_all.sh index e2b465b..c368d14 100755 --- a/build_upload_all.sh +++ b/build_upload_all.sh @@ -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