You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/22 16:44:10 UTC

[tomee] branch tomee-7.1.x updated: Minor: Fixes YML for GitHub Actions workflow

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new 5aae7f79f3 Minor: Fixes YML for GitHub Actions workflow
5aae7f79f3 is described below

commit 5aae7f79f3d8148fa18716426f51bd2a3a1c9aeb
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Fri Apr 22 18:44:03 2022 +0200

    Minor: Fixes YML for GitHub Actions workflow
---
 .github/workflows/tomee-7.1.x-push-build.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/tomee-7.1.x-push-build.yml b/.github/workflows/tomee-7.1.x-push-build.yml
index 5b0f4d821d..60b7099794 100644
--- a/.github/workflows/tomee-7.1.x-push-build.yml
+++ b/.github/workflows/tomee-7.1.x-push-build.yml
@@ -33,6 +33,4 @@ jobs:
     - name: Compile with Sanity checks
       run: mvn help:system -U --show-version --fail-at-end clean install -DfailIfNoTests=false -DskipTests -Pstyle,rat
       env:
-        MAVEN_OPTS: -Xmx2048m
-        
-g
\ No newline at end of file
+        MAVEN_OPTS: -Xmx2048m
\ No newline at end of file