We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac7813 commit bee5906Copy full SHA for bee5906
tasks/arc-publish.sh
@@ -2,6 +2,11 @@ if [ $TRAVIS_BRANCH != 'develop' ] && [ $TRAVIS_BRANCH != 'master' ] && [ $TRAVI
2
echo "Skipping ARC build. Incompatible branch."
3
exit 0
4
fi
5
+
6
+export CSC_NAME="Pawel Psztyc"
7
+export WIN_CSC_LINK="$(pwd)/tasks/advancedrestclient.pfx"
8
+export CSC_LINK="$(pwd)/tasks/mac-app-distribution-cert.p12"
9
10
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
11
docker run --rm \
12
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
0 commit comments