Skip to content

Instantly share code, notes, and snippets.

@shogo82148
Created January 16, 2019 07:27
Show Gist options
  • Save shogo82148/8953074771a0411b554a5b477abfaf8f to your computer and use it in GitHub Desktop.
Save shogo82148/8953074771a0411b554a5b477abfaf8f to your computer and use it in GitHub Desktop.
diff --git a/buildspec.yml b/buildspec.yml
index 64814a4..a5de100 100644
--- a/buildspec.yml
+++ b/buildspec.yml
@@ -22,5 +22,5 @@ phases:
fi
cache:
paths:
- - node_modules/**/*
- - vendor/**/*
+ - 'node_modules/**/*'
+ - 'vendor/**/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment