Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat Quach committed Nov 29, 2019
1 parent 34b07ed commit 5d65cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -l
echo "$INPUT_KS_COMMAND -apiKey=$INPUT_KS_API_KEY"
katalon-execute.sh $1 -apiKey=$2
katalon-execute.sh $INPUT_KS_COMMAND -apiKey=$INPUT_KS_API_KEY
status="done"
echo ::set-output name=status::$status

0 comments on commit 5d65cb3

Please sign in to comment.