Comment out service file removal in entrypoint script
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-05-15 13:54:12 +02:00
parent 5804346e42
commit 4a7a854f6f
+1 -1
View File
@@ -236,7 +236,7 @@ remove_additionals() {
done
# remove service files
rm $SERVICE_DIR/*"-"$NAME.json # service, domain, etc.
#rm $SERVICE_DIR/*"-"$NAME.json # service, domain, etc.
}