Update file_pattern Example in README

This commit is contained in:
Stefan Zweifel 2020-04-23 20:46:41 +02:00
parent 43ed630979
commit a261484cc8
1 changed files with 1 additions and 1 deletions

View File

@ -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: .