You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add environment substitution for the project field
- add a CRONTAB_PROJECT environment variable to allow reference to the
project that the crontab container is running in
Related to willfarrell#38
We use this image alongside a couple others via
docker-compose
, and our config for every job currently has to include"project": "project-name"
.Could
project
default to the name of the project that the Cron container is a part of?I know the project name can be determined with something like the following from within the Cron container:
The text was updated successfully, but these errors were encountered: