Skip to content

Commit bee5906

Browse files
committed
build: adding builder variables to the app build file
1 parent 8ac7813 commit bee5906

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/arc-publish.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ if [ $TRAVIS_BRANCH != 'develop' ] && [ $TRAVIS_BRANCH != 'master' ] && [ $TRAVI
22
echo "Skipping ARC build. Incompatible branch."
33
exit 0
44
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+
510
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
611
docker run --rm \
712
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \

0 commit comments

Comments
 (0)