lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master f43af72 2/2: Split system set up step in two


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master f43af72 2/2: Split system set up step in two
Date: Wed, 27 Oct 2021 13:12:05 -0400 (EDT)

branch: master
commit f43af727850152b92c724f43d6411ff511acacf3
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Split system set up step in two
    
    This ensures that we view exactly the same environment as the subsequent
    build steps do, unlike previously, when the changes to the environment
    variables done in the step itself were not taken into account for the
    commands executed as part of it yet.
---
 .github/workflows/ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5d9f37e..69e46b2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -117,7 +117,7 @@ jobs:
         with:
           key: ${{ matrix.name }}
 
-      - name: System and environment setup
+      - name: Set up build environment
         run: |
           normal_uid=`id --user`
 
@@ -182,6 +182,8 @@ jobs:
           mkdir /opt/lmi/gui_test
           mkdir /opt/lmi/src
 
+      - name: Show build environment
+        run: |
           echo "User information:"
           id
           echo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]