woodpecker-ci / plugin-surge-preview

Apache License 2.0
2 stars 3 forks source link

Tearing down should detect if it needs to #59

Open 6543 opened 6 months ago

6543 commented 6 months ago

for example https://ci.woodpecker-ci.org/repos/3780/pipeline/13573/3 tries to delete a not existing site.

so we should check first if we still have to delete a site and if not just make print that out and let plugin return success

qwerty287 commented 6 months ago

Actually (at least for our pipeline), this should be handled by when filters

6543 commented 6 months ago

Yes but the pkugin should handle that case