Removed experiment with template file.
This commit is contained in:
parent
ddbe7f6a73
commit
f56af39882
1 changed files with 1 additions and 22 deletions
23
.github/actions/setup-lisp/action.yml
vendored
23
.github/actions/setup-lisp/action.yml
vendored
|
@ -55,35 +55,14 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
echo ::group::Create Qlot Environment
|
echo ::group::Create Qlot Environment
|
||||||
|
|
||||||
cat > qlfile.template <<EOF
|
|
||||||
${QLFILE_TEMPLATE}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
echo 'Here is content of template:'
|
|
||||||
cat qlfile.template
|
|
||||||
|
|
||||||
echo '=============='
|
|
||||||
echo ''
|
|
||||||
cat qlfile.template | ${{ github.action_path }}/../scripts/templater.ros > qlfile2
|
|
||||||
|
|
||||||
|
|
||||||
echo 'Here is content of qlfile2:'
|
|
||||||
cat qlfile2
|
|
||||||
|
|
||||||
echo '==============='
|
|
||||||
echo ''
|
|
||||||
|
|
||||||
|
|
||||||
echo 'NOW DOING IT OLD WAY'
|
|
||||||
|
|
||||||
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:'
|
||||||
|
echo '==============='
|
||||||
cat qlfile
|
cat qlfile
|
||||||
|
|
||||||
echo '==============='
|
echo '==============='
|
||||||
echo ''
|
echo ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue