Skip to content

Commit

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

echo "hello $1 $2"

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

0 comments on commit e466d53

Please sign in to comment.