[Rt-commit] rt branch, 4.4/github-actions-testing, updated. rt-4.4.4-213-g20b5add51b
Dianne Skoll
dianne at bestpractical.com
Tue Jan 26 09:41:17 EST 2021
The branch, 4.4/github-actions-testing has been updated
via 20b5add51bc7070af7892a1418f303903868bed4 (commit)
from f7e223064a990dc2051aa3b0629f165cd8ee7ae8 (commit)
Summary of changes:
.github/workflows/github-action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 20b5add51bc7070af7892a1418f303903868bed4
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Tue Jan 26 09:41:07 2021 -0500
Get more info about build environment.
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 8ecc0f2b2b..5da8838625 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -16,7 +16,7 @@ jobs:
shell: bash
run: |
pwd
- ls -l
+ cd ../.. && 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