Skip to content

Commit

Permalink
Merge pull request #683 from xiangmy21/patch-1
Browse files Browse the repository at this point in the history
Update compile.sh
  • Loading branch information
xiangmy21 authored May 5, 2024
2 parents b6b32db + ac83343 commit 005e738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/shell/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
fi

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

0 comments on commit 005e738

Please sign in to comment.