Echo qlfile.
This commit is contained in:
parent
aee23f11c1
commit
11e1ea91d9
1 changed files with 3 additions and 0 deletions
3
.github/actions/setup-lisp/action.yml
vendored
3
.github/actions/setup-lisp/action.yml
vendored
|
@ -55,11 +55,14 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
echo ::group::Create Qlot Environment
|
echo ::group::Create Qlot Environment
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
if [[ -n "${QLFILE_TEMPLATE}" ]]; then
|
if [[ -n "${QLFILE_TEMPLATE}" ]]; then
|
||||||
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile
|
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile
|
||||||
rm -f qlfile.lock
|
rm -f qlfile.lock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo qlfile
|
||||||
qlot install
|
qlot install
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue