SL-15612 Value fix
parent
30c0043ba3
commit
f2582cacf7
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
if [ -n $SKIP_NOTARIZATION ]; then
|
||||
if [[ $SKIP_NOTARIZATION == "true" ]]; then
|
||||
echo "Skipping notarization"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue