Skip to content

Commit

Permalink
update-ci.sh removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 16, 2024
1 parent ac70fa9 commit d8903ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ else
curl --silent --location --header "Authorization: token $TOKEN" --header "Accept: application/octet-stream" "https://$GITHUB/repos/$REPO/releases/assets/$ASSET_ID" > $FILE
fi
# check download status
ls -al $FILE
if [[ -s $FILE ]]; then
echo " Done"
else
Expand Down

0 comments on commit d8903ad

Please sign in to comment.