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 12:43:56 +0200 |
commit | 7ceb5d83f04daeb81fb07814a48dd61aca41430f (patch) | |
tree | 2b838e43037a85f90d9db176db8f31e7841ecfca /tests/fake.sh | |
parent | ac9ad8d780ae4c8f31b69b986b4c295e11cbfa13 (diff) | |
download | ansible-clever-upgrade-clever-cli.tar.gz ansible-clever-upgrade-clever-cli.tar.zst ansible-clever-upgrade-clever-cli.zip |
deploy: remove custom polling script now that the CLI does it for usupgrade-clever-cli
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/fake.sh')
-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 |