From b89d0540672614a5d93da43b317015c3ae8554be Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Wed, 17 Jun 2020 11:06:08 +0200 Subject: deploy: remove custom polling script now that the CLI does it for us See recent changes (https://github.com/CleverCloud/clever-tools/pull/415) introduced in 2.5.0+ version of the clever cli tools --- tests/fake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/fake.sh b/tests/fake.sh index 2835e85..75bc051 100755 --- a/tests/fake.sh +++ b/tests/fake.sh @@ -4,7 +4,7 @@ binary="${0/*\/}" fakeCommit="aaa000aaa000aaa000aaa000aaa000aaa000aaa0" if [ "${binary}" = "clever" ] && [ "${1}" = "--version" ]; then - echo "1.6.3" + echo "2.6.1" elif [ "${binary}" = "clever" ] && [ "${1}" = "activity" ]; then echo "2020-02-02T20:20:02+02:00 OK DEPLOY ${fakeCommit} Git" elif [ "${binary}" = "git" ]; then -- cgit v1.2.3