Skip to content

Commit 6b2ce33

Browse files
committed
debug
1 parent 490ac17 commit 6b2ce33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker_files/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ function post_comment_to_gist() {
1313
}
1414

1515
gist_url="$@"
16+
echo "Gist URL: $gist_url"
1617
# Handler for paperspace gradeint
1718
url=$(echo "$gist_url" | grep -oE "https?://[a-zA-Z0-9./_-]+")
18-
19+
echo "URL: $url"
1920
if [ -z "$url" ]; then
2021
echo "No URL found in the input string."
2122
exit 1

0 commit comments

Comments
 (0)