run-tests: secret key specified

This commit is contained in:
Alex Schroeder
2015-08-19 10:05:45 +03:00
parent 5ee7f0f446
commit c7945c8d2a

View File

@@ -55,8 +55,8 @@ while :; do
# "${git[@]}" push
if (( $status == 0 )); then
"$WIKIPUT" -u "$USER_NAME" -s 'Tests PASSED' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS OK**\n\nCommit:$currentCommit see See [[$OUT_PAGE|test log]]"
"$WIKIPUT" -u "$USER_NAME" -s 'Tests PASSED' -z 'ham' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS OK**\n\nCommit:$currentCommit see See [[$OUT_PAGE|test log]]"
else
"$WIKIPUT" -u "$USER_NAME" -s 'Tests FAILED' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS FAIL**\n\nCommit:$currentCommit see See [[$OUT_PAGE|test log]]"
"$WIKIPUT" -u "$USER_NAME" -s 'Tests FAILED' -z 'ham' "$WIKI_LOCATION/$STATUS_PAGE" <<< "**TEST STATUS FAIL**\n\nCommit:$currentCommit see See [[$OUT_PAGE|test log]]"
fi
done