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

Fix: Enable exception mode to skip scripts on first error #1258

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Mar 18, 2022

Replaces #1254

Noticed that "danger:prepush" ran commands with ";" rather "&&" meaning the next command is still executed if the previous one failed. This resulted in very weird errors due to the previous step failure.

Now, aborts of first error:

➜ yarn danger:prepush
yarn run v1.22.17
$ set -e; yarn build:fast; yarn test:fixtures; node distribution/commands/danger.js local --base main --dangerfile dangerfile.lite.ts
$ tsc -p tsconfig.production.json
source/commands/ci/runner.ts:70:30 - error TS2339: Property 'publishCheck' does not exist on type 'SharedCLI'.
...
➜ 

@orta
Copy link
Member

orta commented Mar 29, 2022

I'm wary about this breaking on Windows - have you tried it there? The CI doesn't look to be running any of these commands

@glensc
Copy link
Contributor Author

glensc commented Mar 29, 2022

Using "; " separator is not new. Some scripts already used those. And I do not have any windows platform access.

@glensc
Copy link
Contributor Author

glensc commented May 3, 2022

Same problem in other projects in this organization:

@Jimimaku

This comment was marked as duplicate.

@glensc

This comment was marked as off-topic.

@fbartho

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants