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 SIGINT not ending checkout process #57

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Fix SIGINT not ending checkout process #57

merged 1 commit into from
Jun 27, 2022

Conversation

nicholasray
Copy link
Contributor

The -T flag with docker compose exec prevents SIGINT (ctrl-c) from
aborting the process, however this flag is needed when Pixel runs inside
a cronjob. Therefore, only set it when the NONINTERACTIVE env variable
is set.

The `-T` flag with docker compose exec prevents SIGINT (ctrl-c) from
aborting the process, however this flag is needed when Pixel runs inside
a cronjob. Therefore, only set it when the `NONINTERACTIVE` env variable
is set.
@jdlrobson jdlrobson merged commit 575218e into main Jun 27, 2022
@nicholasray nicholasray deleted the fix-sigint branch March 23, 2023 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants