You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ce...@apache.org on 2021/02/02 21:14:47 UTC

[tomee] branch master updated: Removed tmp dir for CI

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

cesarhernandezgt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d6a6c3  Removed tmp dir for CI
     new 097fa2a  Merge pull request #758 from cesarhernandezgt/ci-actions-updates
6d6a6c3 is described below

commit 6d6a6c3923100b625226fdc4245c60188f9b93e6
Author: CesarHernandezGt <cf...@gmail.com>
AuthorDate: Mon Jan 25 16:26:38 2021 -0600

    Removed tmp dir for CI
---
 .github/workflows/main.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a123e02..b3fd699 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -20,9 +20,6 @@ jobs:
       with:
         java-version: '8'
 
-    - name: Create tmp dirs
-      run: mkdir -p /tmp/tomee-trunk-ubuntu-jvm8
-
     - name: Cache Maven packages
       uses: actions/cache@v2
       with:
@@ -34,7 +31,7 @@ jobs:
       run: echo "<settings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd\"> <activeProfiles> <activeProfile>github</activeProfile> </activeProfiles> <profiles> <profile> <id>github</id> <repositories> <repository> <id>central-repo</id> <url>https://repo.maven.apache.org/maven2</url> <releases> <enabled>true</enabled> </relea [...]
 
     - name: Compile with Sanity checks
-      run: mvn help:system -U --show-version --fail-at-end -Djava.io.tmpdir=/tmp/tomee-trunk-ubuntu-jvm8 clean install -DfailIfNoTests=false -DskipTests -Pstyle,rat
+      run: mvn help:system -U --show-version --fail-at-end clean install -DfailIfNoTests=false -DskipTests -Pstyle,rat
       env:
         MAVEN_OPTS: -Xmx2048m