summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/update_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_version.sh b/.expeditor/update_version.sh
index a78c9a832c..0dd9d0d65f 100644
--- a/.expeditor/update_version.sh
+++ b/.expeditor/update_version.sh
@@ -27,7 +27,7 @@ bundle exec rake update_dockerfile || true
# Our `rake` command can sometimes modify this file, but we don't care about the
# changes it makes. Reset it to HEAD.
-git checkout .bundle/config
+git checkout .bundle/config || true
# Once Expeditor finshes executing this script, it will commit the changes and push
# the commit as a new tag corresponding to the value in the VERSION file.