Skip to content

Commit 8209921

Browse files
author
Andrea Barbasso
committed
[DSC-2740] get google public key for apt-get update
1 parent 57ffaa5 commit 8209921

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bitbucket-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ definitions:
105105
- node-2024-02-x
106106
- cypress-2024-02-x
107107
script:
108+
- wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | tee /etc/apt/trusted.gpg.d/google.asc >/dev/null
108109
- apt-get update && apt-get install -y curl
109110
- export HASH_COMMIT=${BITBUCKET_COMMIT:0:8}
110111
- echo "Running tests for commit $HASH_COMMIT"

0 commit comments

Comments
 (0)