diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-06-17 11:06:08 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-06-17 13:03:29 +0200 |
commit | b89d0540672614a5d93da43b317015c3ae8554be (patch) | |
tree | da182d67325ec1b8ce02a600e6c458229772eece /tests | |
parent | 5816bb884149309b6cfcf438feab7265a14d4c0b (diff) | |
download | ansible-clever-b89d0540672614a5d93da43b317015c3ae8554be.tar.gz ansible-clever-b89d0540672614a5d93da43b317015c3ae8554be.tar.zst ansible-clever-b89d0540672614a5d93da43b317015c3ae8554be.zip |
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
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/fake.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/*\/}" | |||
4 | fakeCommit="aaa000aaa000aaa000aaa000aaa000aaa000aaa0" | 4 | fakeCommit="aaa000aaa000aaa000aaa000aaa000aaa000aaa0" |
5 | 5 | ||
6 | if [ "${binary}" = "clever" ] && [ "${1}" = "--version" ]; then | 6 | if [ "${binary}" = "clever" ] && [ "${1}" = "--version" ]; then |
7 | echo "1.6.3" | 7 | echo "2.6.1" |
8 | elif [ "${binary}" = "clever" ] && [ "${1}" = "activity" ]; then | 8 | elif [ "${binary}" = "clever" ] && [ "${1}" = "activity" ]; then |
9 | echo "2020-02-02T20:20:02+02:00 OK DEPLOY ${fakeCommit} Git" | 9 | echo "2020-02-02T20:20:02+02:00 OK DEPLOY ${fakeCommit} Git" |
10 | elif [ "${binary}" = "git" ]; then | 10 | elif [ "${binary}" = "git" ]; then |