Skip to content

Commit

Permalink
fix katalon run recived param
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat Quach committed Nov 29, 2019
1 parent e466d53 commit 0eb5eab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/sh -l
#echo "$INPUT_KS_COMMAND -apiKey=$INPUT_KS_API_KEY"
#katalon-execute.sh $INPUT_KS_COMMAND -apiKey=$INPUT_KS_API_KEY

echo "hello $1 $2"
katalon-execute.sh $1 -apiKey=$2

status="done"
echo ::set-output name=status::$status

0 comments on commit 0eb5eab

Please sign in to comment.