This is an automated email from the ASF dual-hosted git repository.
rmiddleton pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
The following commit(s) were added to refs/heads/github-actions by this push:
new 5c6156b build with maven properly probably
5c6156b is described below
commit 5c6156b73a522021114cce8b77a8682de990403b
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Mar 5 10:03:16 2022 -0500
build with maven properly probably
---
.github/workflows/chainsaw.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/chainsaw.yml b/.github/workflows/chainsaw.yml
index 2404bf7..052f4c3 100644
--- a/.github/workflows/chainsaw.yml
+++ b/.github/workflows/chainsaw.yml
@@ -57,5 +57,5 @@ jobs:
timeout-minutes: 60
shell: bash
run: |
- mvn -Pdevelopment site:site \
+ mvn -Pdevelopment site:site
mvn -Pdevelopment install