Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-07Allow manual runJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-06-11Updating command-rebase.yml workflow from templatefeat/workflow-auto-update-command-rebase.ymlNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Create command-rebase.ymlJohn Molakvoæ
2022-04-13Add mandatory summary step for branches protectionJohn Molakvoæ
2021-04-26Add link for Nextcloud issues (#1486)J0WI
2021-04-26Add issue template (#1485)J0WI
2020-10-03The update-sh should also commit file removalsTilo Spannagel
For example here https://github.com/nextcloud/docker/tree/2161012fb80fd24ad85bcdf62d2dd77af1465333 the 20.0-rc dir is still there.
2020-08-28Runs after update.sh workflow.pierreozoux
It also does contain a cron, so no need here.
2020-08-28Runs update before testing a PR.pierreozoux
2020-08-28Does not fail when there is nothing to commit.pierreozoux
2020-08-28Run update.sh on PR and on cron.pierreozoux
Signed-off-by: pierreozoux <pierre@ozoux.net>
2020-06-30Replace Travis CI with GitHub actions (#939)Tilo Spannagel
* Test build images using github actions Signed-off-by: Tilo Spannagel <development@tilosp.de> * Check for Changes by update.sh using github actions Signed-off-by: Tilo Spannagel <development@tilosp.de> * Remove travis.yml Signed-off-by: Tilo Spannagel <development@tilosp.de>