diff options
Diffstat (limited to 'ci/version_show.sh')
-rwxr-xr-x[-rw-r--r--] | ci/version_show.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/version_show.sh b/ci/version_show.sh index d591cb4661..c8917f2036 100644..100755 --- a/ci/version_show.sh +++ b/ci/version_show.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -evx + . ci/bundle_install.sh bundle exec rake version:show |