From f56af398820582afd989f296164c6c18b9fe98bc Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 15:55:29 +0300 Subject: [PATCH] Removed experiment with template file. --- .github/actions/setup-lisp/action.yml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index a4a736e..28bf093 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -55,35 +55,14 @@ runs: run: | echo ::group::Create Qlot Environment - cat > qlfile.template < qlfile2 - - - echo 'Here is content of qlfile2:' - cat qlfile2 - - echo '===============' - echo '' - - - echo 'NOW DOING IT OLD WAY' - if [[ -n "${QLFILE_TEMPLATE}" ]]; then echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile rm -f qlfile.lock fi echo 'Here is content of qlfile:' + echo '===============' cat qlfile - echo '===============' echo ''