Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gruntworker.py')
-rwxr-xr-xgruntworker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gruntworker.py b/gruntworker.py
index 99b2222..9c5dd8f 100755
--- a/gruntworker.py
+++ b/gruntworker.py
@@ -138,7 +138,7 @@ def main():
log("No files modified by grunt; Done.")
return
run_expecting_success([b'git', b'add', b'--'] + modified_files)
- run_expecting_success([b'git', b'commit', b'-m', b"automatic `grunt dist`"])
+ run_expecting_success([b'git', b'commit', b'-m', b"automatic `grunt dist`\n\n[ci skip]"])
push_or_err()
except Exception: # pylint: disable=W0703
log("Resetting master branch & checkout back to commit {} ...".format(post_fetch_commit_sha))