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

projector.sh build should fail immediately on errors #53

Open
themr0c opened this issue Sep 6, 2021 · 0 comments
Open

projector.sh build should fail immediately on errors #53

themr0c opened this issue Sep 6, 2021 · 0 comments

Comments

@themr0c
Copy link

themr0c commented Sep 6, 2021

projector.sh build should fail immediately on error

I have build errors at line 285. I expect this failure to stop the build immediately with a failure. But the build continues.

  ./gradlew --quiet --console="$PROGRESS" :projector-server:distZip

When previous step failed, the find command at line 286 doesn't find any file. I expect this failure to stop the build immediately with a failure. But the build continues.

  find projector-server/build/distributions -type f -name "projector-server-*.zip" -exec ln {} "$CURRENT_PROJECTOR_ASSEMBLY_SYMLINK" \;
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

No branches or pull requests

1 participant