Skip to content

Commit ecac79f

Browse files
committed
[client-app] Remove signing / uploading of builds
1 parent 820eba1 commit ecac79f

File tree

6 files changed

+2
-50
lines changed

6 files changed

+2
-50
lines changed

.travis.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,7 @@ matrix:
3030
- os: linux
3131
env: NODE_VERSION=6.9 CC=gcc-4.8 CXX=g++-4.8 DEBUG="electron-packager:*" INSTALL_TARGET=client
3232
- os: osx
33-
env: NODE_VERSION=6.9 CC=clang CXX=clang++ SIGN_BUILD=true DEBUG="electron-packager:*" INSTALL_TARGET=client
34-
35-
before_install:
36-
- openssl aes-256-cbc
37-
-K $encrypted_faf2708e46e2_key
38-
-iv $encrypted_faf2708e46e2_iv
39-
-in packages/client-private-plugins/encrypted_certificates/travis/travis-files.tar.enc
40-
-out packages/client-private-plugins/encrypted_certificates/travis/travis-files.tar
41-
-d;
42-
- mkdir packages/client-app/build/resources/certs;
43-
- tar xvf packages/client-private-plugins/encrypted_certificates/travis/travis-files.tar
44-
--directory=packages/client-app/build/resources/;
45-
- source packages/client-app/build/resources/certs/mac/set_unix_env.sh;
33+
env: NODE_VERSION=6.9 CC=clang CXX=clang++ DEBUG="electron-packager:*" INSTALL_TARGET=client
4634

4735
install:
4836
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
@@ -51,7 +39,7 @@ install:
5139
- nvm use --delete-prefix $NODE_VERSION
5240

5341
script:
54-
- npm install && npm run build-client && npm run upload-client
42+
- npm install && npm run build-client
5543

5644
cache:
5745
directories:

appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,12 @@ install:
1313
- ps: nuget install secure-file -ExcludeVersion
1414
- ps: npm config set msvs_version 2013
1515

16-
# We need to extract the encrypted private ssh key to clone the submodule.
17-
- ps: |
18-
if ($env:DECRYPTION_PASSWORD) {
19-
secure-file\tools\secure-file -decrypt packages\client-private-plugins\encrypted_certificates\appveyor\win-nylas-n1.p12.enc -secret $env:DECRYPTION_PASSWORD
20-
secure-file\tools\secure-file -decrypt packages\client-private-plugins\encrypted_certificates\appveyor\set_win_env.ps1.enc -secret $env:DECRYPTION_PASSWORD
21-
. packages\client-private-plugins\encrypted_certificates\appveyor\set_win_env.ps1
22-
}
23-
2416
build_script:
2517
- cmd: npm install
2618

2719
deploy_script:
2820
- ps: |
2921
npm run build-client
30-
node packages/client-app/build/create-signed-windows-installer.js
31-
npm run upload-client
3222
3323
environment:
3424
matrix:

packages/client-private-plugins/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)