From a261484cc8b4ae0e37af8182dd286796b85382ad Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 23 Apr 2020 20:46:41 +0200 Subject: [PATCH] Update file_pattern Example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eea3cb..8856d36 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Add the following step at the end of your job. commit_options: '--no-verify --signoff' # Optional glob pattern of files which should be added to the commit - file_pattern: src/\*.js + file_pattern: src/*.js tests/*.js # Optional local file path to the repository repository: .