Skip to content

Commit 51d1252

Browse files
committed
ci(travis): update encrypted keys
1 parent d7125e3 commit 51d1252

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.utility/decrypt-service-instance-apikeys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
33
echo -e "Decrypt service instance apikeys for branch $TRAVIS_BRANCH.\n"
4-
openssl aes-256-cbc -K $encrypted_5b4197fb87e6_key -iv $encrypted_5b4197fb87e6_iv \
4+
openssl aes-256-cbc -K $encrypted_b3aab48b571a_key -iv $encrypted_b3aab48b571a_iv \
55
-in config.properties.enc -out common/src/test/resources/config.properties -d
66
else
77
echo -e "Not Decrypt service instance apikeys for branch $TRAVIS_BRANCH.\n"

config.properties.enc

208 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)