Changes
- instead of splitting the commands the command string is now given to the system shell
- environment variables are also handled by the system
- file_output is not used anymore as the output can just be directed to a file in the command with ">"
Changelog
- 3a706df Add better error handling to notifications
- b5b64aa Base container on debian and use shell execution
- 0233da1 Check prepare command
- e91cb8f Create scheduler_test.go
- b59afc2 Merge pull request #14 from theRAAPster/update-docs-with-job-limit
- 85f0a8f Merge pull request #18 from vegar/patch-1
- 071af89 Merge pull request #20 from flohoss/15-wildcard-in-rm-path
- 5eda2b0 Merge pull request #21 from flohoss/15-wildcard-in-rm-path
- 64793bd Reduce container size and use debian base
- 6421bb8 Update packages
- 68b3b24 Use system envs with new shell command
- 86dbee0 fix docker-compose.yaml example
- a03fe71 mention job name limit in example config file