Skip to content

Commit

Permalink
fix(decrpyt-script): place encrypted file on the right path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkowa committed Oct 18, 2020
1 parent 2a28685 commit 07737f2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utility/decrypt-service-instance-apikeys.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
echo -e "Decrypt service instance apikeys for branch $TRAVIS_BRANCH.\n"
openssl aes-256-cbc -K $encrypted_5b4197fb87e6_key -iv $encrypted_5b4197fb87e6_iv \
openssl aes-256-cbc -K $encrypted_75da58c42a01_key -iv $encrypted_75da58c42a01_iv \
-in config.properties.enc -out common/src/test/resources/config.properties -d
else
echo -e "Not Decrypt service instance apikeys for branch $TRAVIS_BRANCH.\n"
Expand Down
Binary file removed common/src/test/resources/config.properties.enc
Binary file not shown.
Binary file modified config.properties.enc
Binary file not shown.

0 comments on commit 07737f2

Please sign in to comment.