File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 3
3
# license that can be found in the LICENSE file or at
4
4
# https://opensource.org/licenses/MIT.
5
5
6
- echo decrypting npmrc
7
- openssl aes-256-cbc -K $encrypted_d18df560dfb2_key -iv $encrypted_d18df560dfb2_iv \
8
- -in tool/encrypted/npmrc.enc -out ~ /.npmrc -d
6
+ openssl aes-256-cbc -K $encrypted_d18df560dfb2_key -iv $encrypted_d18df560dfb2_iv -in tool/encrypted/credentials.tar.enc \
7
+ -out credentials.tar -d
9
8
10
9
mkdir -p ~ /.pub-cache
11
- echo decrypting pub credentials
12
- openssl aes-256-cbc -K $encrypted_d18df560dfb2_key -iv $encrypted_d18df560dfb2_iv \
13
- -in tool/encrypted/pub-credentials.json.enc -out ~ /.pub-cache/credentials.json -d
14
-
15
- echo decrypting git credentials
16
- openssl aes-256-cbc -K $encrypted_d18df560dfb2_key -iv $encrypted_d18df560dfb2_iv \
17
- -in tool/encrypted/git-credentials.enc -out ~ /.git-credentials -d
10
+ tar xfO credentials.tar npm > ~ /.npmrc
11
+ tar xfO credentials.tar pub > ~ /.pub-cache/credentials.json
12
+ tar xfO credentials.tar git > ~ /.git-credentials
18
13
19
14
function travis_cmd() {
20
15
echo " \$ $@ "
Original file line number Diff line number Diff line change 1
- c��i�P���ڋg ����^�a�5��˧Ap����!~�f\ྉ.����\��u%����cD��U4��)O
1
+ ~͐^M�ʷ��:˯�2<9M��_ ���j� 'V��a��2�N�uh��N��O�!���*}�ކ�#x�e��\c�9��
You can’t perform that action at this time.
0 commit comments