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 9c92086 commit 450fdb9Copy full SHA for 450fdb9
admin/build.sh
@@ -24,7 +24,7 @@ function ensureVersion() {
24
25
function decrypt() {
26
# Even though we're running bash with -x, travis hides the private key from the log
27
- openssl aes-256-cbc -d -pass "pass:$PRIV_KEY_SECRET" -in $1 > $2 2>/dev/null
+ openssl aes-256-cbc -d -md md5 -pass "pass:$PRIV_KEY_SECRET" -in $1 > $2 2>/dev/null
28
}
29
30
function setupSSH() {
0 commit comments