Skip to content

Commit 7df949d

Browse files
committed
chore: cleaning build tasks
1 parent 4bb3164 commit 7df949d

File tree

6 files changed

+1
-236
lines changed

6 files changed

+1
-236
lines changed

tasks/arc-publish.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ export CSC_NAME="Pawel Psztyc"
77
export WIN_CSC_LINK="advancedrestclient.pfx"
88
export CSC_LINK="arc-mac-certs.p12"
99

10-
# echo "Decrypring Window key into: $WIN_CSC_LINK"
11-
# openssl aes-256-cbc -K "$encrypted_c7c10d38055a_key" -iv "$encrypted_c7c10d38055a_iv" -in tasks/advancedrestclient.pfx.enc -out "$WIN_CSC_LINK" -d
1210
if [ -f "$WIN_CSC_LINK" ]; then
1311
echo "Windows sign key ready."
1412
else
1513
echo "Windows key is not ready."
1614
exit -1
1715
fi
1816

19-
# echo "Decrypring Mac key into: $CSC_LINK"
20-
# openssl aes-256-cbc -K "$encrypted_c7c10d38055a_key" -iv "$encrypted_c7c10d38055a_iv" -in tasks/mac-app-distribution-cert.p12.enc -out "$CSC_LINK" -d
2117
if [ -f "$CSC_LINK" ]; then
2218
echo "Mac sign key ready."
2319
else

tasks/build-success.js

Lines changed: 0 additions & 74 deletions
This file was deleted.

tasks/install-build-deps.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

tasks/prepare-app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const fs = require('fs-extra');
22
const path = require('path');
3+
/* eslint-disable no-console */
34
/**
45
* A logic to be executed when the app is being installed from sources (local npm install).
56
*/

tasks/travis-nightly-builder.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

tasks/zip-default-theme.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)