aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fake.sh
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2020-06-17 15:10:45 +0200
committerGitHub <noreply@github.com>2020-06-17 15:10:45 +0200
commitd5c5bf88290ffb2fbb7835dcfb9c645563cdd3e6 (patch)
treeda182d67325ec1b8ce02a600e6c458229772eece /tests/fake.sh
parent5816bb884149309b6cfcf438feab7265a14d4c0b (diff)
parentb89d0540672614a5d93da43b317015c3ae8554be (diff)
downloadansible-clever-2.5.tar.gz
ansible-clever-2.5.tar.zst
ansible-clever-2.5.zip
Merge pull request #63 from paulrbr-fl/upgrade-clever-cliv2.5
deploy: remove custom polling script now that the CLI does it for us
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