Skip to content

Commit fecfb89

Browse files
committed
Merge branch '2.12.x' into 2.13.x
2 parents e400c62 + 450fdb9 commit fecfb89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function ensureVersion() {
2424

2525
function decrypt() {
2626
# 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
27+
openssl aes-256-cbc -d -md md5 -pass "pass:$PRIV_KEY_SECRET" -in $1 > $2 2>/dev/null
2828
}
2929

3030
function setupSSH() {

0 commit comments

Comments
 (0)