diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2020-06-17 15:10:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 15:10:45 +0200 |
commit | d5c5bf88290ffb2fbb7835dcfb9c645563cdd3e6 (patch) | |
tree | da182d67325ec1b8ce02a600e6c458229772eece /tests/fake.sh | |
parent | 5816bb884149309b6cfcf438feab7265a14d4c0b (diff) | |
parent | b89d0540672614a5d93da43b317015c3ae8554be (diff) | |
download | ansible-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-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 |