Skip to content

Commit

Permalink
Remove an entry for index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Nov 4, 2021
1 parent be55a76 commit c32e905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ az storage blob list \
--connection-string $1 \
--container-name $2 \
--prefix $3 \
| jq -r 'sort_by(.properties.lastModified) | reverse | {"items": map(.) }' \
| jq -r '{"items": [sort_by(.properties.lastModified) | reverse | .[] | select(.name | endswith("/index.html") | not)] }' \
| mustache /index.html.mustache \
> index.html
az storage blob upload \
Expand Down

0 comments on commit c32e905

Please sign in to comment.