We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee9e8b commit f7d75d3Copy full SHA for f7d75d3
.utility/decrypt-service-instance-apikeys.sh
@@ -1,11 +1,7 @@
1
#!/bin/bash
2
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
3
echo -e "Decrypt service instance apikeys for branch $TRAVIS_BRANCH.\n"
4
-<<<<<<< HEAD
5
openssl aes-256-cbc -K $encrypted_b3aab48b571a_key -iv $encrypted_b3aab48b571a_iv \
6
-=======
7
- openssl aes-256-cbc -K $encrypted_5b4197fb87e6_key -iv $encrypted_5b4197fb87e6_iv \
8
->>>>>>> master
9
-in config.properties.enc -out common/src/test/resources/config.properties -d
10
else
11
echo -e "Not Decrypt service instance apikeys for branch $TRAVIS_BRANCH.\n"
0 commit comments