lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 91cdd81: Remove creation of unnecessary symli


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master 91cdd81: Remove creation of unnecessary symlink from CI workflow
Date: Thu, 26 Nov 2020 19:30:42 -0500 (EST)

branch: master
commit 91cdd816b29914561ffb156b54b4ce7aa4dbc168
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Remove creation of unnecessary symlink from CI workflow
    
    No real changes, just remove an ln command from the script as having
    sources in /opt/lmi/src/lmi is not required any longer since the changes
    of f26f80742 (Guard '. /path/to/script' with a shellcheck directive,
    2020-10-17) as the tests now pass even without it.
---
 .github/workflows/ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9fbc1fa..c94945e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -152,9 +152,6 @@ jobs:
           </configurable_settings>
           EOF
 
-          # Create the symbolic link to pass `check_concinnity` tests.
-          ln -s $GITHUB_WORKSPACE /opt/lmi/src/lmi
-
           # Tests rely on the symlinks set up by this script, so run it.
           ./check_git_setup.sh
 



reply via email to

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