We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7716f commit 70a61f6Copy full SHA for 70a61f6
1 file changed
appveyor.yml
@@ -1,4 +1,7 @@
1
# http://www.appveyor.com/docs/appveyor-yml
2
+init:
3
+- ps: IF ($env:APPVEYOR_REPO_COMMIT_MESSAGE -Match "\[clear ci-cache\]" ) {$env:APPVEYOR_CACHE_SKIP_RESTORE = "true"}
4
+- ps: IF ($env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED -Match "\[clear ci-cache\]") {$env:APPVEYOR_CACHE_SKIP_RESTORE = "true"}
5
6
# Test against these versions of Node.js.
7
environment:
0 commit comments