Skip to content

Commit f116b55

Browse files
dariuszkucsmyrick
authored andcommitted
another attempt to fix update-version.sh script (#356)
* another attempt to fix update-version.sh script might be ugly and very limited.... but should work.... * Update update-version.sh
1 parent c987b79 commit f116b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commit_files() {
2626
git checkout -b ${NEW_VERSION}
2727

2828
# Stage the modified files
29-
git add ./**/pom.xml
29+
git add -A
3030

3131
# Print the current files we are going to commit
3232
git status

0 commit comments

Comments
 (0)