This commit is contained in:
amrocha
2019-06-03 13:55:08 -07:00
parent 802f69b00c
commit 21378686bc
3 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -5,3 +5,4 @@ gem 'rake'
gem 'octokit'
gem 'jwt'
gem 'ejson'
gem 'ejson2env'

View File

@@ -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