Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4via committed Jun 23, 2024
1 parent a915025 commit 5b4200f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
mvn -U -B -fae -DskipTests -Dfindbugs clean install | tee outfile.txt
echo "Checking for build errors"
grep \\[ERROR\\] outfile.txt && echo "Found errors, see above" || echo "No errors found"
! $(grep -q \\[ERROR\\] outfile.txt )
grep '\\[ERROR\\]' outfile.txt && echo "Found errors, see above" || echo "No errors found"
! $(grep -q '\\[ERROR\\]'outfile.txt )
- name: Tar Maven Repo
shell: bash
run: tar -czf maven-repo.tgz -C ~ .m2/repository
Expand Down

0 comments on commit 5b4200f

Please sign in to comment.