From 01f54038b753780eb7e591a9569f80b118edaaa0 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 13 Jun 2019 11:32:39 -0400 Subject: [PATCH 1/2] pipeline.jsonc --- pipeline.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline.jsonc b/pipeline.jsonc index 1b547900e36..90e166c54cb 100644 --- a/pipeline.jsonc +++ b/pipeline.jsonc @@ -1,8 +1,8 @@ { "eosio": { "environment": { - "IMAGE_TAG": "1.8.0-rc2", - "HELPER_ENABLED": true + "HELPER_ENABLED": true, + "IMAGE_TAG_VERSION": "v1" } }, "eosio-build-unpinned": From c05f6db2b7472a0bc1943b89fdece3507d1342e5 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Fri, 14 Jun 2019 20:56:42 -0400 Subject: [PATCH 2/2] Removed HELPER_ENABLED --- pipeline.jsonc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pipeline.jsonc b/pipeline.jsonc index 90e166c54cb..5d8202ccb13 100644 --- a/pipeline.jsonc +++ b/pipeline.jsonc @@ -1,17 +1,4 @@ { - "eosio": { - "environment": { - "HELPER_ENABLED": true, - "IMAGE_TAG_VERSION": "v1" - } - }, - "eosio-build-unpinned": - { - "environment": - { - "HELPER_ENABLED": true - } - }, "eosio-lrt": { "environment":