Skip to content
Snippets Groups Projects
Commit f2582cac authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

SL-15612 Value fix

parent 30c0043b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
if [ -n $SKIP_NOTARIZATION ]; then if [[ $SKIP_NOTARIZATION == "true" ]]; then
echo "Skipping notarization" echo "Skipping notarization"
exit 0 exit 0
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment