Created
January 16, 2019 07:27
-
-
Save shogo82148/8953074771a0411b554a5b477abfaf8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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