Remove templater/
This commit is contained in:
parent
3b30497f5a
commit
8119c7120b
1 changed files with 1 additions and 7 deletions
8
.github/actions/setup-lisp/action.yml
vendored
8
.github/actions/setup-lisp/action.yml
vendored
|
@ -57,18 +57,12 @@ runs:
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
echo ''
|
|
||||||
echo ''
|
|
||||||
cat ${{ github.action_path }}/../scripts/templater.ros
|
|
||||||
echo ''
|
|
||||||
echo ''
|
|
||||||
|
|
||||||
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 'Here is content of qlfile:
|
echo 'Here is content of qlfile:'
|
||||||
cat qlfile
|
cat qlfile
|
||||||
|
|
||||||
echo ''
|
echo ''
|
||||||
|
|
Loading…
Reference in a new issue