From c99eb17850e51327449e6fac5572c6cfc436d21c Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Tue, 24 Mar 2020 10:18:14 +0100 Subject: vars: fix `clever_base_env` by removing a variable if not necessary 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. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 22e80b3..0fcb053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,12 @@ script: - ansible-lint . - shellcheck **/*.sh - scripts/dhall_check.sh + # Run integration test + - mkdir -p ~/.local/bin + - cp tests/fake.sh ~/.local/bin/clever + - cp tests/fake.sh ~/.local/bin/git + - ansible-playbook tests/test.yml -i tests/inventory notifications: slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB + webhooks: https://galaxy.ansible.com/api/v1/notifications/ -- cgit v1.2.3