MOved parts.

This commit is contained in:
Alexander Artemenko 2021-02-06 15:32:32 +03:00
parent 19813caf67
commit 529b3f294c

View file

@ -60,30 +60,33 @@ runs:
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
echo "${QLFILE_TEMPLATE}" | ${{ github.action_path }}/../scripts/templater.ros > qlfile
rm -f qlfile.lock
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:'
cat qlfile
echo ''
echo '==============='
echo ''
qlot install