Skip to content

Commit

Permalink
Test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 7, 2023
1 parent d3f2a39 commit 8b176f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/scripts/file-watcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ find $WATCHER_PATH -type f -print0 | while IFS= read -r -d '' file; do
WATCHER_CONTAINS=$(echo $JSON | jq -r '.WATCHER_CONTAINS')

# Get the hash of the URL
echo $WATCHER_URL
EVAL_HASH="curl -sl $WATCHER_URL | md5sum | cut -d ' ' -f 1"
CALLED_HASH="$(eval $EVAL_HASH)"

Expand Down
2 changes: 1 addition & 1 deletion guides/hosting/infrastructure/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ shopware:
url: "{url-to-your-sitemap-files}"
# The Adapter Configuration

# {"WATCHER_URL":"https://raw.githubusercontent.com/shopware/shopware/trunk/src/Core/Framework/Resources/config/packages/shopware.yaml","WATCHER_HASH":"183f85ba8f15e8e7d0006b70be20940f"}
# {"WATCHER_URL":"https://raw.githubusercontent.com/shopware/shopware/trunk/src/Core/Framework/Resources/config/packages/shopware.yaml","WATCHER_HASH":"183f85ba8f15e8e7d0006b70be20940f","WATCHER_CONTAINS":"filesystem"}
```

If you want to regulate the uploaded file types, then you could add the keys `allowed_extensions`for the public filesystem or `private_local_download_strategy` for the private filesystem.
Expand Down

0 comments on commit 8b176f7

Please sign in to comment.