Skip to content

Commit 005e738

Browse files
authored
Merge pull request #683 from xiangmy21/patch-1
Update compile.sh
2 parents b6b32db + ac83343 commit 005e738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependency/shell/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
fi
2626

2727
if [ $flag -eq 1 ]; then
28-
curl $URL -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" -d '{"compile_status":"Success"}' > $output/$base_name.curl.log
28+
curl $URL -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" -d '{"compile_status":"Completed"}' > $output/$base_name.curl.log
2929
else
3030
curl $URL -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" -d '{"compile_status":"Failed"}' > $output/$base_name.curl.log
3131
fi

0 commit comments

Comments
 (0)