Skip to content

Commit

Permalink
Merge pull request #17 from asicsdigital/set_no_globbing_on_wildcard
Browse files Browse the repository at this point in the history
Fix issue with wildcard, silly globs
  • Loading branch information
tyrantkhan authored Aug 9, 2019
2 parents a352b42 + d2e0517 commit 42ab997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 1.X/scripts/invalidate-cloudfront-cache
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

set -e
set -o pipefail
set -o noglob

if [[ "$CLOUDFRONT_ID" ]]; then
echo "triggering cloudfront cache invalidation"
Expand Down
2 changes: 1 addition & 1 deletion 1.X/tests/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ file:
/opt/hermes/bin/invalidate-cloudfront-cache:
exists: true
mode: "0755"
size: 1269
size: 1283
owner: root
group: root
filetype: file
Expand Down

0 comments on commit 42ab997

Please sign in to comment.