There was an error while loading. Please reload this page.
2 parents e400c62 + 450fdb9 commit fecfb89Copy full SHA for fecfb89
1 file changed
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