From 49d32ce7d8ee3dc45182d6525703b451c7043473 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 13 Jun 2019 11:30:18 -0400 Subject: [PATCH 1/3] pipeline.jsonc --- pipeline.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.jsonc b/pipeline.jsonc index 9837d0babd1..125db19d9f0 100644 --- a/pipeline.jsonc +++ b/pipeline.jsonc @@ -4,7 +4,7 @@ "environment": { "HELPER_ENABLED": true, - "IMAGE_TAG": "1.9.0-develop" + "IMAGE_TAG_VERSION": "v2" } }, "eosio-build-unpinned": From ab81dee0d559a8f4e11f36270832a05ebbe86dcf Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 13 Jun 2019 11:31:15 -0400 Subject: [PATCH 2/3] fixes --- pipeline.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.jsonc b/pipeline.jsonc index 125db19d9f0..4baf794b846 100644 --- a/pipeline.jsonc +++ b/pipeline.jsonc @@ -4,7 +4,7 @@ "environment": { "HELPER_ENABLED": true, - "IMAGE_TAG_VERSION": "v2" + "IMAGE_TAG_VERSION": "v1" } }, "eosio-build-unpinned": From 5bd3ed98bf6c38e55eb446e66f851082596ba8c3 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Fri, 14 Jun 2019 20:54:22 -0400 Subject: [PATCH 3/3] HELPER_ENABLED removal --- pipeline.jsonc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pipeline.jsonc b/pipeline.jsonc index 4baf794b846..1b430f8eb47 100644 --- a/pipeline.jsonc +++ b/pipeline.jsonc @@ -1,19 +1,4 @@ { - "eosio": - { - "environment": - { - "HELPER_ENABLED": true, - "IMAGE_TAG_VERSION": "v1" - } - }, - "eosio-build-unpinned": - { - "environment": - { - "HELPER_ENABLED": true - } - }, "eosio-lrt": { "environment":