Skip to content

Commit

Permalink
chore: feedback from PR
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Oct 4, 2024
1 parent 066b88f commit 2b31419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/spread/store/registries/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ prepare: |
chmod 700 "$HOME/.snap/gnupg"
# import a registered key
echo "$SNAPCRAFT_ASSERTION_KEY" | base64 --decode > store-key.txt
gpg --homedir "$HOME/.snap/gnupg" --import store-key.txt
rm -f store-key.txt
gpg --homedir "$HOME/.snap/gnupg" --import <(echo "$SNAPCRAFT_ASSERTION_KEY" | base64 --decode)
snap install yq
# registries only available in edge
Expand Down
4 changes: 1 addition & 3 deletions tests/spread/store/validation-sets/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ prepare: |
chmod 700 "$HOME/.snap/gnupg"
# import a registered key
echo "$SNAPCRAFT_ASSERTION_KEY" | base64 --decode > store-key.txt
gpg --homedir "$HOME/.snap/gnupg" --import store-key.txt
rm -f store-key.txt
gpg --homedir "$HOME/.snap/gnupg" --import <(echo "$SNAPCRAFT_ASSERTION_KEY" | base64 --decode)
snap install yq
Expand Down

0 comments on commit 2b31419

Please sign in to comment.