[gimp-macos-build/wip/lukaso/tests] Never fail signing and notarizing
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build/wip/lukaso/tests] Never fail signing and notarizing
- Date: Wed, 20 Oct 2021 11:59:19 +0000 (UTC)
commit 725f5e72f8359eec74b0fdac6826c4f142b20711
Author: Lukas Oberhuber <lukaso gmail com>
Date: Wed Oct 20 00:01:22 2021 +0100
Never fail signing and notarizing
Since other accounts than Infrastructure don't have the right secrets.
.circleci/config.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9620ffd..a42ce94 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -137,6 +137,7 @@ jobs:
- run:
name: Importing signing certificate
command: |
+ set +e
mkdir ${HOME}/codesign && cd ${HOME}/codesign
echo "$osx_crt" | base64 -D > gnome.pfx
curl 'https://developer.apple.com/certificationauthority/AppleWWDRCA.cer' > apple.cer
@@ -148,6 +149,7 @@ jobs:
security import gnome.pfx -k signchain -P "$osx_crt_pw" -T /usr/bin/codesign
security set-key-partition-list -S apple-tool:,apple: -k "" signchain
rm -rf ${HOME}/codesign
+ exit 0
- run:
name: Creating DMG package
command: |
@@ -157,9 +159,11 @@ jobs:
- run:
name: Notarizing DMG package
command: |
+ set +e
source ~/.profile
cd ${HOME}/project/package
jhbuild run ./notarize.sh
+ exit 0
- store_artifacts:
path: /tmp/artifacts
destination: builds
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]