Update AUR info after joining forces with snyk

main
Elie 2021-11-17 16:01:56 +01:00
parent ad9122e930
commit b7b0e1139f
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
1 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ jobs:
- attach_workspace:
at: ~/project
# Add ssh private key to allow access to AUR repository
# This key is bound to user cloudskiff on AUR
# This key is bound to user snyk on AUR
- add_ssh_keys:
fingerprints:
- "ba:05:09:d6:a6:2a:45:34:89:c4:5e:22:23:22:e8:9f"
@ -123,8 +123,8 @@ jobs:
ssh aur@aur.archlinux.org list-repos
git clone "${AUR_GIT}" driftctl-bin
cd driftctl-bin
git config user.name "cloudskiff"
git config user.email tech@cloudskiff.com
git config user.name "snyk"
git config user.email elie.charra@snyk.io
cp ~/project/bin/driftctl_SHA256SUMS .
./bump.sh "${CIRCLE_TAG}"
echo "--- PKGBUILD ---"