MOved parts.
This commit is contained in:
parent
19813caf67
commit
529b3f294c
1 changed files with 18 additions and 15 deletions
33
.github/actions/setup-lisp/action.yml
vendored
33
.github/actions/setup-lisp/action.yml
vendored
|
@ -61,29 +61,32 @@ runs:
|
||||||
${QLFILE_TEMPLATE}
|
${QLFILE_TEMPLATE}
|
||||||
EOF
|
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
|
||||||
|
|
||||||
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:'
|
echo 'Here is content of qlfile:'
|
||||||
cat qlfile
|
cat qlfile
|
||||||
|
|
||||||
echo ''
|
echo '==============='
|
||||||
echo ''
|
echo ''
|
||||||
|
|
||||||
qlot install
|
qlot install
|
||||||
|
|
Loading…
Reference in a new issue