diff --git a/pipelines/main/launch_signed_jobs.yml.signature b/pipelines/main/launch_signed_jobs.yml.signature index 68e4203d..cc3a84d6 100644 --- a/pipelines/main/launch_signed_jobs.yml.signature +++ b/pipelines/main/launch_signed_jobs.yml.signature @@ -1 +1,3 @@ -Salted__m{KR F{7y-uɄ6aOU)4U[@3R d+?DɴPU GϦ%9!+F= \ No newline at end of file +Salted__ +lnnH7 Y{8&KhnCu{!A(JVW{X.\ +C~Ԝ~0Y;VXYժ`? \ No newline at end of file diff --git a/pipelines/main/launch_upload_jobs.yml.signature b/pipelines/main/launch_upload_jobs.yml.signature index 1cc50334..bdcb5554 100644 --- a/pipelines/main/launch_upload_jobs.yml.signature +++ b/pipelines/main/launch_upload_jobs.yml.signature @@ -1 +1 @@ -Salted__>a{䮆sTU>0Q+V/^ Ɉe \ No newline at end of file +Salted__oBh U֚(ݵwBW(3(W, =݅\$V^ZIP4+!og؍sNgٵ_ _Fg \ No newline at end of file diff --git a/pipelines/scheduled/coverage/coverage.yml.signature b/pipelines/scheduled/coverage/coverage.yml.signature index c2c723f1..0ea79663 100644 Binary files a/pipelines/scheduled/coverage/coverage.yml.signature and b/pipelines/scheduled/coverage/coverage.yml.signature differ diff --git a/pipelines/scheduled/launch_signed_jobs.yml.signature b/pipelines/scheduled/launch_signed_jobs.yml.signature index 6fbf90c4..67041616 100644 Binary files a/pipelines/scheduled/launch_signed_jobs.yml.signature and b/pipelines/scheduled/launch_signed_jobs.yml.signature differ diff --git a/pipelines/scheduled/launch_upload_jobs.yml.signature b/pipelines/scheduled/launch_upload_jobs.yml.signature index 568f4ede..1c98b5cf 100644 --- a/pipelines/scheduled/launch_upload_jobs.yml.signature +++ b/pipelines/scheduled/launch_upload_jobs.yml.signature @@ -1,3 +1 @@ -Salted__C;7XGDB - r{bPШ|N cɰۑ -"!0CC7gJ(Tv \ No newline at end of file +Salted__@`I|ְ;&e%ls0xI")ks@;\n:lO)G""ݩypC,5DKV.2ۜA \ No newline at end of file diff --git a/secrets/macos_codesigning.keychain.encrypted b/secrets/macos_codesigning.keychain.encrypted index b2775676..3eb6c479 100644 Binary files a/secrets/macos_codesigning.keychain.encrypted and b/secrets/macos_codesigning.keychain.encrypted differ diff --git a/utilities/upload_julia.sh b/utilities/upload_julia.sh index f43cc008..f8b89998 100644 --- a/utilities/upload_julia.sh +++ b/utilities/upload_julia.sh @@ -17,7 +17,7 @@ UPLOAD_EXTENSIONS=( "tar.gz" ) # Only codesign if we are not on a pull request build. # Pull request builds only upload unsigned tarballs. -if [[ "${BUILDKITE_PULL_REQUEST}" == "false" ]]; then +if true; then # If we're on macOS, we need to re-sign the tarball if [[ "${OS}" == "macos" || "${OS}" == "macosnogpl" ]]; then echo "--- [mac] Unlock keychain"