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

Move pipefail option in bbl-up/task script #117

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

belinda-liu
Copy link
Contributor

What is this change about?

A previous PR introduced the pipefail option to the bbl-up task. However, the formatting of that change does not work on linux machines, since linux interprets anything after the shebang as one argument (see https://unix.stackexchange.com/questions/533415/invalid-option-name-error-with-shebang-bin-bash-o-pipefail-in-script).
This is a simple change to pull the pipefail option into a newline so it gets parsed correctly.

Please provide contextual information.

Previous PR: #116

Please check all that apply for this PR:

  • introduces a new task
  • changes an existing task
  • changes the Dockerfile
  • introduces a breaking change (other users will need to make manual changes when this is released)

Did you update the README as appropriate for this change?

  • YES
  • N/A

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

*but worth calling out that this had broken our pipeline, and may have done the same for others.

Tag your pair, your PM, and/or team!

@sweinstein22

This was causing errors when running on a linux setup
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/176273336

The labels on this github issue will be updated when the story is started.

Copy link
Contributor

@jamespollard8 jamespollard8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great - thanks!

@jamespollard8 jamespollard8 merged commit 2077aa1 into cloudfoundry:main Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants