]> git.immae.eu Git - github/fretlink/ansible-clever.git/blobdiff - tests/fake.sh
deploy: remove custom polling script now that the CLI does it for us
[github/fretlink/ansible-clever.git] / tests / fake.sh
index 2835e854f50dcbcc403cba9a9eff69f3dbff2112..75bc0514d8b22407f45355259ce8ae74936b2ddb 100755 (executable)
@@ -4,7 +4,7 @@ binary="${0/*\/}"
 fakeCommit="aaa000aaa000aaa000aaa000aaa000aaa000aaa0"
 
 if [ "${binary}" = "clever" ] && [ "${1}" = "--version" ]; then
-    echo "1.6.3"
+    echo "2.6.1"
 elif [ "${binary}" = "clever" ] && [ "${1}" = "activity" ]; then
     echo "2020-02-02T20:20:02+02:00  OK         DEPLOY     ${fakeCommit}  Git"
 elif [ "${binary}" = "git" ]; then