Echo qlfile.

This commit is contained in:
Alexander Artemenko 2021-02-06 14:36:48 +03:00
parent aee23f11c1
commit 11e1ea91d9

View file

@ -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: