Skip to content

Commit 40e5c19

Browse files
authored
Update store.yml
1 parent 541d9bd commit 40e5c19

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/store.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,16 @@ jobs:
1515
validatePlugin:
1616
if: startsWith(github.ref, 'refs/tags/') != true
1717
name: Check for Store compliance
18-
container: ghcr.io/friendsofshopware/shopware-cli:0.1.37
1918
runs-on: ubuntu-latest
2019
steps:
20+
- name: Download shopware-cli
21+
run: |
22+
git config --global --add safe.directory $(pwd)
23+
wget -q https://github.com/FriendsOfShopware/shopware-cli/releases/download/${SHOPWARE_CLI_VERSION}/shopware-cli_${SHOPWARE_CLI_VERSION}_Linux_x86_64.tar.gz
24+
tar -zxf shopware-cli_*.tar.gz shopware-cli
25+
mv shopware-cli /usr/bin/shopware-cli
26+
rm shopware-cli_*.tar.gz
27+
2128
- name: Checkout
2229
uses: actions/checkout@v2.3.1
2330
with:

0 commit comments

Comments
 (0)