File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -379,11 +379,6 @@ jobs:
379379 name : ${{ steps.set_report_artifact_name.outputs.artifact_name }}
380380 path : elementary/edr_target/elementary_report.html
381381
382- - name : Write GCS keyfile
383- env :
384- GCS_KEYFILE : ${{ secrets.GCS_KEYFILE }}
385- run : echo "$GCS_KEYFILE" | base64 -d > /tmp/gcs_keyfile.json
386-
387382 - name : Run send report
388383 env :
389384 SLACK_TOKEN : ${{ secrets.CI_SLACK_TOKEN }}
@@ -402,8 +397,6 @@ jobs:
402397 --aws-access-key-id "$AWS_ACCESS_KEY_ID"
403398 --aws-secret-access-key "$AWS_SECRET_ACCESS_KEY"
404399 --s3-bucket-name elementary-ci-artifacts
405- # --google-service-account-path /tmp/gcs_keyfile.json
406- # --gcs-bucket-name elementary_ci_artifacts
407400 --azure-connection-string "$AZURE_CONNECTION_STRING"
408401 --azure-container-name reports
409402 --update-bucket-website true
You can’t perform that action at this time.
0 commit comments