diff options
author | John Keiser <john@johnkeiser.com> | 2016-06-01 21:31:04 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-06-01 21:31:04 -0700 |
commit | af75a764e1f64032788ed218e28a396d8c1b733b (patch) | |
tree | 377801b327dcd4d6ad4d162ba25ec1aa714dd3df /ci/version_show.sh | |
parent | b54fedd6d902b70442e7db1b77cd427ae8937937 (diff) | |
download | chef-af75a764e1f64032788ed218e28a396d8c1b733b.tar.gz |
Add set -evx to shell scripts
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 |