Skip to content

Commit

Permalink
removing input needed
Browse files Browse the repository at this point in the history
This is going to be run as an automation so we don't want to force input
  • Loading branch information
epag committed Oct 17, 2024
1 parent 4c7ad2b commit 4fa71fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/dockerize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,13 +348,6 @@ echo "About to update the .yml files with the new versions based on a template."
echo "If you are only updating some of the images/versions, it is recommended"
echo "you skip this step and do that by manually editing the .ymls."
echo ""
echo "Do you wish to continue with this last step?"
select yn in "Yes" "No"; do
case $yn in
Yes ) echo "Proceeding..."; break;;
No ) exit;;
esac
done

cp compose-entry.template.yml compose-entry.yml
sed -i "s/TASKER_IMAGE/${tasker_version}/" compose-entry.yml
Expand Down

0 comments on commit 4fa71fb

Please sign in to comment.