Don't push obsolete code

This commit is contained in:
Michiel Hazelhof 2024-11-01 11:10:30 +01:00
parent b9ac0189c2
commit d47359edf5
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF

View File

@ -32,8 +32,6 @@ RECREATE_OV=${tmprecreate:-$RECREATE_OV}
if [[ $RECREATE_OV =~ ^[Yy]$ ]] if [[ $RECREATE_OV =~ ^[Yy]$ ]]
then then
{ {
echo "version: '3'"
echo ""
echo "services:" echo "services:"
echo " api:" echo " api:"
echo " image: bitbetter/api:$BW_VERSION" echo " image: bitbetter/api:$BW_VERSION"