owncloud / testing

🔧 app for testing ownCloud
GNU Affero General Public License v3.0
3 stars 4 forks source link

drone convert --save #113

Closed phil-davis closed 5 years ago

phil-davis commented 5 years ago

Description

The last testing app tarball that was created and saved against the latest tag in the testing app was on 2019-08-02. https://drone.owncloud.com/owncloud/testing/592/13/1 Since the drone upgrade, when people follow the instructions in README.md no drone job is triggering.

Maybe there is some problem with detecting that something needs to be triggered when a tag event happens, because the current .drone.yml is the old format (that gets converted on-the-fly when a PR happens).

So this PR saves the converted .drone.yml and hopefully that might trigger the tag event properly.

Then I can do the .drone.starlark implementation.

Checklist:

phil-davis commented 5 years ago

Doing this in smaller steps. See #114