Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vars: fix `clever_base_env` by removing a variable if not necessary | Paul Bonaud | 2020-03-24 | 1 | -1/+7 |
| | | | | | | The `CC_RUN_COMMAND` variable was defined in case we use haskell binary as entrypoints. However if the `clever_haskell_entry_point` variable is not defined we shouldn't define the `CC_RUN_COMMAND` env variable. | ||||
* | Quote env vars to support multiline values | Clement Delafargue | 2019-11-27 | 1 | -1/+1 |
| | | | | | | | | | clever-tools now supports multiline env vars. It did so by supporting quotes in the formats it reads from. This commit quotes the exported values using the `tojson` filter. Of course, a better solution would be for clever env to directly read json value, but it's not there yet | ||||
* | python3: Change iteritems() to items() to be compatible with py3 | Paul Bonaud | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | define safe default variable for clever and rename clever_app_tasks to ↵ | Gaëtan Duchaussois | 2018-02-26 | 1 | -1/+1 |
| | | | | clever_app_tasks_file | ||||
* | Migrating single tasks file to a galaxy role | Gaëtan Duchaussois | 2018-02-22 | 2 | -0/+7 |