We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d56e5 commit 5f4621dCopy full SHA for 5f4621d
admin/build.sh
@@ -53,8 +53,8 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
53
cp admin/publish-settings.sbt .
54
55
# Copied from the output of genKeyPair.sh
56
- K=$encrypted_5e972ec514e2_key
57
- IV=$encrypted_5e972ec514e2_iv
+ K=$encrypted_5bf8c48074e0_key
+ IV=$encrypted_5bf8c48074e0_iv
58
59
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
60
fi
0 commit comments