Skip to content

Commit b9cfd1e

Browse files
kd91076kd91076
authored andcommitted
script modification
1 parent 3241462 commit b9cfd1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/raise_pr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ echo Input3 ${GITHUB_ACCESS_TOKEN}
1818
git clone https://github.com/githubNinja/${MODULE_TO_BUMP}.git
1919
echo "current dir::" `pwd`
2020
mvn versions:set -DnewVersion=${VERSION_TO_BUMP}
21-
echo list here `ls`
21+
echo list here2 `ls`
2222
cd ..
23+
echo "git checkout"
2324
git checkout -b bump-githubNinja-patch-1
2425
echo list here2 `ls`
25-
echo "git status"
2626
git status
2727
git add pom.xml
2828
git commit -m "chore:bump ${MODULE_TO_BUMP}"

0 commit comments

Comments
 (0)