[Rt-commit] rt branch, 4.4/github-actions-testing, updated. rt-4.4.4-214-g09c18ef579

Dianne Skoll dianne at bestpractical.com
Tue Jan 26 09:43:09 EST 2021


The branch, 4.4/github-actions-testing has been updated
       via  09c18ef579f2cb1ee4423da0840941418485cac5 (commit)
      from  20b5add51bc7070af7892a1418f303903868bed4 (commit)

Summary of changes:
 .github/workflows/github-action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 09c18ef579f2cb1ee4423da0840941418485cac5
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Tue Jan 26 09:42:57 2021 -0500

    Look at the entire working environment.

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 5da8838625..0901fb269a 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -16,7 +16,7 @@ jobs:
         shell: bash
         run: |
           pwd
-          cd ../.. && ls -R
+          ls -R /
           docker run --name mariadb -e MYSQL_ROOT_PASSWORD=password -d mariadb:$DB_VERSION_TAG
           docker build -t rt-base .
           docker run -d -v $GITHUB_WORKSPACE:/rt --name rt --link mariadb:db rt-base

-----------------------------------------------------------------------


More information about the rt-commit mailing list