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 scheduled tasks being executed using host environment variables #2206

Conversation

maurobender
Copy link
Contributor

With this change the scheduled tasks' commands use the environment variables from the container instead of the host. I applied the same fix that I use for #2173, surrounding the command string with ' instead of " and then escaping the ' inside then command.

Before the fix
Captura de pantalla 2024-05-14 a la(s) 14 28 23

After the fix
Captura de pantalla 2024-05-14 a la(s) 14 28 33

@andrasbacsai andrasbacsai changed the base branch from main to next May 15, 2024 06:58
@andrasbacsai
Copy link
Member

Thank you for the PR! I will test it and merge into main!

@andrasbacsai andrasbacsai merged commit 5b8a923 into coollabsio:next May 15, 2024
1 check passed
@maurobender maurobender deleted the fix_schduled_tasks_executing_using_host_environment branch May 15, 2024 12:28
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