Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try using bash instead of sh in expeditor. #59

Merged
merged 1 commit into from
Apr 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .expeditor/update_readme_download_urls.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# After the release build expeditor will update the readme to include new
# package urls. Note if the build fails these links wont work. Also, they won't
Expand Down
4 changes: 2 additions & 2 deletions .expeditor/update_version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# After a PR merge, Chef Expeditor will bump the PATCH version in the VERSION file.
# It then executes this file to update any other files/components with that new version.
Expand All @@ -16,4 +16,4 @@ cd ../..
# run readme update script.
# TODO: Remove this when expeditor issue requiring mixlib install definition
# is fixed. This check prevents us changing our config file.
.expeditor/update_readme_download_urls.sh
bash .expeditor/update_readme_download_urls.sh