From b39a016aa77abc91250616ec84cd5da915f13f4f Mon Sep 17 00:00:00 2001 From: Dat Quach Date: Fri, 29 Nov 2019 11:04:59 +0700 Subject: [PATCH] update --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index c6d6fc3..42ae3bc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/sh -l +echo "$1 -apiKey=$2" katalon-execute.sh $1 -apiKey=$2 status="done" echo ::set-output name=status::$status \ No newline at end of file