Skip to content

Commit 112de43

Browse files
author
rathnapandi
committed
- change entrypoint.sh
1 parent 7d4a507 commit 112de43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entrypoint.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/bin/sh -l
1+
#!/bin/sh
2+
3+
java -Xms64m -Xmx256m -cp "lib/*" com.axway.apim.cli.APIManagerCLI ${INPUT_COMMAND}
4+
25

3-
echo "$1"
4-
time=$(date)
5-
echo "time=$time" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)