aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fake.sh
diff options
context:
space:
mode:
authorPaul Bonaud <paul.bonaud@fretlink.com>2020-06-17 11:06:08 +0200
committerPaul Bonaud <paul.bonaud@fretlink.com>2020-06-17 12:43:56 +0200
commit7ceb5d83f04daeb81fb07814a48dd61aca41430f (patch)
tree2b838e43037a85f90d9db176db8f31e7841ecfca /tests/fake.sh
parentac9ad8d780ae4c8f31b69b986b4c295e11cbfa13 (diff)
downloadansible-clever-7ceb5d83f04daeb81fb07814a48dd61aca41430f.tar.gz
ansible-clever-7ceb5d83f04daeb81fb07814a48dd61aca41430f.tar.zst
ansible-clever-7ceb5d83f04daeb81fb07814a48dd61aca41430f.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-xtests/fake.sh2
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/*\/}"
4fakeCommit="aaa000aaa000aaa000aaa000aaa000aaa000aaa0" 4fakeCommit="aaa000aaa000aaa000aaa000aaa000aaa000aaa0"
5 5
6if [ "${binary}" = "clever" ] && [ "${1}" = "--version" ]; then 6if [ "${binary}" = "clever" ] && [ "${1}" = "--version" ]; then
7 echo "1.6.3" 7 echo "2.6.1"
8elif [ "${binary}" = "clever" ] && [ "${1}" = "activity" ]; then 8elif [ "${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"
10elif [ "${binary}" = "git" ]; then 10elif [ "${binary}" = "git" ]; then