Skip to content

Commit

Permalink
Remove change
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Apr 30, 2024
1 parent a5b4cda commit c80a04c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ jobs:
cd plugin-shopware-6
composer validate
- name: Remove outdated GPG key
run: sudo apt-key del 4F4EA0AAE5267A6C

- name: Add new GPG key
run: |
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/ondrej-php.gpg --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C
sudo add-apt-repository --remove ppa:ondrej/php
echo "deb [signed-by=/usr/share/keyrings/ondrej-php.gpg] http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/ondrej-php.list
sudo apt update
- name: Install Shopware-CLI
run: |
curl -1sLf "https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh" | sudo -E bash
Expand Down

0 comments on commit c80a04c

Please sign in to comment.