Skip to content

Commit 604cd35

Browse files
committed
Git quiet
1 parent d18aacb commit 604cd35

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/maven_adhoc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,13 @@ jobs:
6262
6363
}
6464
EOD
65+
# Try to stop git complaints
66+
echo "FTPTimestampNET710Test.java" >>.gitignore
67+
echo ".gitignore" >>.gitignore
6568
mvn -V --batch-mode --file pom.xml --no-transfer-progress test -Dtest=FTPTimestampNET710Test -Drat.skip
66-
git stash -u
6769
git checkout rel/commons-net-3.10.0
68-
git stash pop
6970
mvn -V --batch-mode --file pom.xml --no-transfer-progress test -Dtest=FTPTimestampNET710Test -Drat.skip
70-
git stash -u
7171
git checkout rel/commons-net-3.9.0
72-
git stash pop
7372
mvn -V --batch-mode --file pom.xml --no-transfer-progress test -Dtest=FTPTimestampNET710Test -Drat.skip
7473
# - name: Look for deletefile failures
7574
# run: |

0 commit comments

Comments
 (0)