Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: expectations on binary stub | Paul Bonaud | 2020-06-23 | 1 | -0/+1 |
| | |||||
* | deploy: remove custom polling script now that the CLI does it for us | Paul Bonaud | 2020-06-17 | 1 | -1/+1 |
| | | | | | See recent changes (https://github.com/CleverCloud/clever-tools/pull/415) introduced in 2.5.0+ version of the clever cli tools | ||||
* | vars: fix `clever_base_env` by removing a variable if not necessary | Paul Bonaud | 2020-03-24 | 1 | -0/+14 |
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. |