owncloud / QA

:collision: public test plans for owncloud components and apps
GNU Affero General Public License v3.0
14 stars 17 forks source link

Update CI of oC10 app repos #818

Closed phil-davis closed 1 year ago

phil-davis commented 1 year ago

To take into account the recent changes to drone env var names.

Update the drone starlark code like what was done in PR https://github.com/owncloud/activity/pull/1182

You should be able to copy-paste the section above dir = { from activity into the target app. And then copy-paste the whole section from def main to the bottom from activity into the target app. That will make sure that the starlark code is the same as the activity app - just the config = { is customized for each app.

In the config section you will need to change "from_secret": "private_rocketchat" to `"from_secret": "rocketchat_chat_webhook"

phil-davis commented 1 year ago

To update:

grgprarup commented 1 year ago

All the PRs are merged and refactoring is done in all apps. So closing this issue. If any apps found to refactor are not done, then the issue can be reopened.