SL-15612 Value fix

master
Andrey Lihatskiy 2021-09-21 19:42:43 +03:00
parent 30c0043ba3
commit f2582cacf7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
if [ -n $SKIP_NOTARIZATION ]; then
if [[ $SKIP_NOTARIZATION == "true" ]]; then
echo "Skipping notarization"
exit 0
fi