pull/5166/head
bunsenstraat 2 months ago committed by Aniket
parent 2e10a0c027
commit b117d52c52
  1. 3
      apps/remix-ide/ci/downloadsoljson.sh

@ -23,6 +23,9 @@ if [ -z "$listJson" ]; then
exit 0 # Silently exit
fi
# Overwrite the local list.json with the fetched content
echo "$listJson" > ./apps/remix-ide/src/assets/list.json
# Check if the specified version exists in the list
check=$(echo "$listJson" | grep "\"$defaultVersion\"")

Loading…
Cancel
Save