diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2021-04-15 12:15:18 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-04-24 20:03:36 +0000 |
commit | e929b40a53123764ec730dce09e659c09a1d8c01 (patch) | |
tree | 90b0a6f34793c6b98963a9be14588fafc8c6c92d /.cirrus.yml | |
parent | 464a5584c118217fb69dce819a6f731a9f89e398 (diff) | |
download | sonarqube-e929b40a53123764ec730dce09e659c09a1d8c01.tar.gz sonarqube-e929b40a53123764ec730dce09e659c09a1d8c01.zip |
BUILD-906 Sign published artifacts
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3cda7fecd42..762bc4258f4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -112,6 +112,8 @@ build_task: # Depth of 1 is not enough because it would fail the build in case of consecutive pushes # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!") CIRRUS_CLONE_DEPTH: 50 + ORG_GRADLE_PROJECT_signingKey: ENCRYPTED[!54147bd7fb86bbe802fd432fab7d53bee19e71fe642d7b57703ec985b10f1976602adc743a906ea9851e5dd793be540c!] + ORG_GRADLE_PROJECT_signingPassword: ENCRYPTED[!15c41fa6fdc13ace4a011693a002664593e038f91a2597fad40f4295f0de9858a587c504f5b9f1f97250f19fd5f4a655!] script: - ./private/cirrus/cirrus-build.sh on_failure: |