From 529b3f294c293f7fe2a2a166b80fc4cc9ee76866 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 6 Feb 2021 15:32:32 +0300 Subject: [PATCH] MOved parts. --- .github/actions/setup-lisp/action.yml | 33 +++++++++++++++------------ 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/.github/actions/setup-lisp/action.yml b/.github/actions/setup-lisp/action.yml index 8868d1a..37a3d4c 100644 --- a/.github/actions/setup-lisp/action.yml +++ b/.github/actions/setup-lisp/action.yml @@ -60,30 +60,33 @@ runs: 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 - cat qlfile.template | ${{ github.action_path }}/../scripts/templater.ros > qlfile2 - - echo 'Here is content of template:' - cat qlfile.template - - echo '' - echo '' - - echo 'Here is content of qlfile2:' - cat qlfile2 - - echo '' - echo '' - echo 'Here is content of qlfile:' cat qlfile - echo '' + echo '===============' echo '' qlot install