From 80329361ee1c42d07a9a49db50d7165b9fc92a3d Mon Sep 17 00:00:00 2001 From: Monkop Date: Thu, 3 Nov 2016 11:06:28 -0300 Subject: [PATCH] Minor changes --- step.sh | 2 +- step.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/step.sh b/step.sh index 69b5ede..d69dce6 100644 --- a/step.sh +++ b/step.sh @@ -30,7 +30,7 @@ curl http://static.monkop.com/setup/cli/monkop-cli.py -o monkop-cli.py # Upload apk to Monkop, you will receive an e-mail with the results python monkop-cli.py -k ${api_key} -a ${apk_path} -envman add --key "MONKOP_TEST_STATUS" --value "?" +envman add --key "MONKOP_TEST_STATUS" --value "OK" echo "==> End." diff --git a/step.yml b/step.yml index b613067..68c6e9b 100644 --- a/step.yml +++ b/step.yml @@ -16,7 +16,6 @@ host_os_tags: project_type_tags: - android type_tags: - - script - Monkop is_requires_admin_user: true is_always_run: false