aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fake.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: expectations on binary stubPaul Bonaud2020-06-231-0/+1
|
* deploy: remove custom polling script now that the CLI does it for usPaul Bonaud2020-06-171-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 necessaryPaul Bonaud2020-03-241-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.