From 21378686bc02057c19f04337008dcb51288e4b68 Mon Sep 17 00:00:00 2001 From: amrocha Date: Mon, 3 Jun 2019 13:55:08 -0700 Subject: [PATCH] ? --- .shopify-build/polaris-react.yml | 2 ++ Gemfile | 1 + Gemfile.lock | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.shopify-build/polaris-react.yml b/.shopify-build/polaris-react.yml index 2abfdf25..48bb7bb3 100644 --- a/.shopify-build/polaris-react.yml +++ b/.shopify-build/polaris-react.yml @@ -11,7 +11,9 @@ shared: timeout: 35m dependencies: - yarn + - bundler run: + - bundle exec eval $(ejson2env test.ejson) - yarn run build - ./.shopify-build/deploy-alpha-package.sh - ./.shopify-build/setup-consumer-test.sh web diff --git a/Gemfile b/Gemfile index baac3bab..a3ddf3b7 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,4 @@ gem 'rake' gem 'octokit' gem 'jwt' gem 'ejson' +gem 'ejson2env' diff --git a/Gemfile.lock b/Gemfile.lock index db6383b0..8466add5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) ejson (1.2.1) + ejson2env (1.1.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) jwt (2.1.0) @@ -21,6 +22,7 @@ PLATFORMS DEPENDENCIES ejson + ejson2env jwt octokit rake