Skip to content

Commit fcf41e2

Browse files
committed
chore(travis): update decrypt script
1 parent c1b7931 commit fcf41e2

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_75da58c42a01_key -iv $encrypted_75da58c42a01_iv \
4+
openssl aes-256-cbc -K $encrypted_79638a2d7865_key -iv $encrypted_79638a2d7865_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

64 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)