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 b83d6c1 commit 06cabecCopy full SHA for 06cabec
Config.json.enc
1.02 KB
Travis/runTests.sh
@@ -8,7 +8,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
8
if [ $? = 0 ] ; then
9
echo "Creating StreamingAssets directory COMPLETED! Exited with $?"
10
echo "Attempting to decrypt config..."
11
- openssl aes-256-cbc -K $encrypted_91725f0df198_key -iv $encrypted_91725f0df198_iv -in Config.json.enc -out Travis/UnityTestProject/Assets/StreamingAssets/Config.json -d
+ openssl aes-256-cbc -K $encrypted_984f19857b4c_key -iv $encrypted_984f19857b4c_iv -in Config.json.enc -out Travis/UnityTestProject/Assets/StreamingAssets/Config.json -d
12
13
echo "Decrypting config COMPLETED! Exited with $?"
14
else
0 commit comments