Content
View differences
Updated by Sajan Gurung over 1 year ago
We run 2 scheduled nightly CI for `release branch` and `master branch` . Currently our app (which is released 2.7.0) does not support Nextcloud 31. But to make the nightly CI run for both `release branch` and `master branch` we have adjusted some github action yml file where we have a special check for release branch as:
[https://github.com/nextcloud/integration\_openproject/blob/fc852df9ed5ba67c48442a14abd6064e96cf2806/.github/workflows/shared\_workflow.yml#L17](https://github.com/nextcloud/integration_openproject/blob/fc852df9ed5ba67c48442a14abd6064e96cf2806/.github/workflows/shared_workflow.yml#L17)
But this can be removed once our app supports Nextcloud version 31 (integration app version >=2.7.x) which can be one of in our future release.
**TODO:**
* [ ] ~~Clean Clean up those code or conditions releated to~~ `~~isReleaseBranch~~` ~~in to `isReleaseBranch` in both unit tests and API tests~~ (The `isReleaseBranch` condition is required and will not be removed) tests
[https://github.com/nextcloud/integration\_openproject/blob/fc852df9ed5ba67c48442a14abd6064e96cf2806/.github/workflows/shared\_workflow.yml#L17](https://github.com/nextcloud/integration_openproject/blob/fc852df9ed5ba67c48442a14abd6064e96cf2806/.github/workflows/shared_workflow.yml#L17)
But this can be removed once our app supports Nextcloud version 31 (integration app version >=2.7.x) which can be one of in our future release.
**TODO:**
* [ ] ~~Clean