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(ci): Allow builds to be interrupted #15734

Merged

Conversation

BrentBaccala
Copy link
Contributor

Currently, during a ./build/setup.sh run, if you hit CNTL-C, the script exits but the docker container keeps running. You have to find it on a docker ps and then docker kill it.

This PR causes the build script to record the docker container ID, then catch CNTL-C and kill the container if that happens.

So CNTL-C should now do what you expect while a build script is running.

@sonarcloud
Copy link

sonarcloud bot commented Oct 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
1.9% 1.9% Duplication

@BrentBaccala BrentBaccala mentioned this pull request Nov 22, 2022
Copy link
Member

@antobinary antobinary left a comment

Choose a reason for hiding this comment

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

LGTM but I have not tested locally

@antobinary antobinary changed the title Allow builds to be interrupted fix(ci): Allow builds to be interrupted Dec 5, 2022
@antobinary antobinary merged commit 706d5f4 into bigbluebutton:develop Dec 5, 2022
@BrentBaccala BrentBaccala mentioned this pull request Dec 16, 2022
@BrentBaccala BrentBaccala mentioned this pull request Jan 10, 2023
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

2 participants