This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push:
new 604cd357 Git quiet
604cd357 is described below
commit 604cd357ea7b7ee3c5889be8b325cefacb172c92
Author: Sebb <[email protected]>
AuthorDate: Tue May 7 01:03:20 2024 +0100
Git quiet
---
.github/workflows/maven_adhoc.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index d8240b53..f5c83a51 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -62,14 +62,13 @@ jobs:
}
EOD
+ # Try to stop git complaints
+ echo "FTPTimestampNET710Test.java" >>.gitignore
+ echo ".gitignore" >>.gitignore
mvn -V --batch-mode --file pom.xml --no-transfer-progress test
-Dtest=FTPTimestampNET710Test -Drat.skip
- git stash -u
git checkout rel/commons-net-3.10.0
- git stash pop
mvn -V --batch-mode --file pom.xml --no-transfer-progress test
-Dtest=FTPTimestampNET710Test -Drat.skip
- git stash -u
git checkout rel/commons-net-3.9.0
- git stash pop
mvn -V --batch-mode --file pom.xml --no-transfer-progress test
-Dtest=FTPTimestampNET710Test -Drat.skip
# - name: Look for deletefile failures
# run: |