summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-24 12:12:27 -0700
committerGitHub <noreply@github.com>2018-08-24 12:12:27 -0700
commitb58b8e834366e120e79fdaffaa6a95ac528bc952 (patch)
tree5ad65899a1078fb9486238d75595d1a8a5cb35fb
parenta749e76cad7b89ae21ac09f03ea17272ad2ab6dd (diff)
parentf7e791a6539aaf1bbafbbe8738841396296a7874 (diff)
downloadchef-b58b8e834366e120e79fdaffaa6a95ac528bc952.tar.gz
Merge pull request #7582 from chef/sleep_expeditor
Add a 120 second sleep to the dependency bumping
-rw-r--r--.expeditor/update_dep.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.expeditor/update_dep.sh b/.expeditor/update_dep.sh
index 14ef80463b..c9097d3dea 100644
--- a/.expeditor/update_dep.sh
+++ b/.expeditor/update_dep.sh
@@ -15,6 +15,11 @@ branch="expeditor/${GEM_NAME}_${VERSION}"
git checkout -b "$branch"
bundle install
+
+# it appears that the gem that triggers this script fires off this script before
+# the gem is actually available via bundler on rubygems.org.
+sleep 120
+
bundle exec rake dependencies:update
git add .