Browse Source

no longer check origin remote

master
Gaëtan Renaudeau 7 years ago
parent
commit
6697376acd
  1. 10
      scripts/release.sh

10
scripts/release.sh

@ -46,11 +46,11 @@ if ! git diff-index --quiet HEAD --; then
exit 1
fi
originRemote=$(git config --get remote.origin.url)
if [ "$originRemote" != "https://github.com/LedgerHQ/ledger-live-desktop.git" ]; then
echo "the origin remote is incorrect ($originRemote)"
exit 1
fi
# originRemote=$(git config --get remote.origin.url)
# if [ "$originRemote" != "https://github.com/LedgerHQ/ledger-live-desktop.git" ]; then
# echo "the origin remote is incorrect ($originRemote)"
# exit 1
# fi
runJob "yarn compile" "compiling..." "compiled" "failed to compile" "verbose"

Loading…
Cancel
Save