Skip to content

Commit

Permalink
Merge pull request #97 from pondersource/ocm-revert-nextcloud
Browse files Browse the repository at this point in the history
[OCM][Test Suite] Revert Nextcloud version back to 27
  • Loading branch information
MahdiBaghbani authored Mar 20, 2024
2 parents 0e65245 + 9fba00b commit b785113
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/dockerfiles/nextcloud.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN rm --recursive --force /var/www/html
USER www-data

ARG REPO_NEXTCLOUD=https://github.com/nextcloud/server
ARG BRANCH_NEXTCLOUD=v28.0.2
ARG BRANCH_NEXTCLOUD=v27.1.7
# CACHEBUST forces docker to clone fresh source codes from git.
# example: docker build -t your-image --build-arg CACHEBUST="default" .
# $RANDOM returns random number each time.
Expand Down
2 changes: 1 addition & 1 deletion init/ocm-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ REPO_NEXTCLOUD_APP=https://github.com/sciencemesh/nc-sciencemesh
BRANCH_NEXTCLOUD_APP=nextcloud

REPO_NEXTCLOUD=https://github.com/nextcloud/server
BRANCH_NEXTCLOUD=v28.0.2
BRANCH_NEXTCLOUD=v27.1.7

REPO_OWNCLOUD=https://github.com/owncloud/core
BRANCH_OWNCLOUD=v10.14.0
Expand Down
2 changes: 1 addition & 1 deletion init/sciencemesh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REPO_NEXTCLOUD_APP=https://github.com/sciencemesh/nc-sciencemesh
BRANCH_NEXTCLOUD_APP=nextcloud

REPO_NEXTCLOUD=https://github.com/nextcloud/server
BRANCH_NEXTCLOUD=v28.0.2
BRANCH_NEXTCLOUD=v27.1.7

REPO_OWNCLOUD=https://github.com/owncloud/core
BRANCH_OWNCLOUD=v10.14.0
Expand Down
2 changes: 1 addition & 1 deletion init/solid-nextcloud-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export ENV_ROOT=${ENV_ROOT}

# repositories and branches.
REPO_NEXTCLOUD=https://github.com/nextcloud/server
BRANCH_NEXTCLOUD=v28.0.2
BRANCH_NEXTCLOUD=v27.1.7

REPO_SOLID=https://github.com/pdsinterop/solid-nextcloud
BRANCH_SOLID=main
Expand Down

0 comments on commit b785113

Please sign in to comment.