Skip to content

Commit

Permalink
Merge pull request oracle#101 from Shopify/pin-minitest
Browse files Browse the repository at this point in the history
Pin minitest to a version to sidestep problem on master

Merge-Requested-By: rafaelfranca
Merge-Attempt: 2
Merge-Queue-Digest: ac026aed7989a07a35090b6fc1cf441f4d3a59a15f7a41e4a204489695e12457
  • Loading branch information
shopify-shipitnext[bot] authored Oct 29, 2019
2 parents f4c1e23 + 1ab0354 commit 738fbec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .shopify-build/gems/minitest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repository [email protected]:seattlerb/minitest.git
repository-tag [email protected]:seattlerb/minitest.git v5.12.2

gem install hoe
rake test
5 changes: 5 additions & 0 deletions .shopify-build/test-gem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ repository() {
pushd "${2-repo}"
}

repository-tag() {
git clone --depth 1 --branch "${2}" "${1}" "${3-repo}"
pushd "${3-repo}"
}

full-repository() {
git clone --single-branch "${1}" "${2-repo}"
pushd "${2-repo}"
Expand Down

0 comments on commit 738fbec

Please sign in to comment.