Skip to content

Commit

Permalink
updated gitUpdateFiles.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 4, 2024
1 parent c30a281 commit 021dcd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/gitUpdateFiles.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def call (Map args = []) {
git status
# the --quiet switch is required to get a non-zero exit code upon any changes
if ! git diff-index --quiet HEAD; then
git commit -m "$commit_msg"
Expand Down

0 comments on commit 021dcd7

Please sign in to comment.