We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcb00e commit 90aeed6Copy full SHA for 90aeed6
admin/build.sh
@@ -39,8 +39,8 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
39
cp admin/publish-settings.sbt .
40
41
# Copied from the output of genKeyPair.sh
42
- K=$encrypted_6b8d67feaab7_key
43
- IV=$encrypted_6b8d67feaab7_iv
+ K=$encrypted_19496a14fffe_key
+ IV=$encrypted_19496a14fffe_iv
44
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
45
fi
46
0 commit comments