Skip to content

Commit

Permalink
fix: use stable21 branch for cypress tests
Browse files Browse the repository at this point in the history
The server image will use the BRANCH environment variable
to determine which branch of the server to checkout:
https://github.com/nextcloud/docker-ci/blob/master/server/initnc.sh#L3-L12

Signed-off-by: Azul <azul@riseup.net>
  • Loading branch information
azul committed Dec 21, 2021
1 parent 2578005 commit ab464a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM nextcloudci/server:server-17

RUN mkdir /var/www/html/data
RUN chown -R www-data:www-data /var/www/html/data
ENV BRANCH stable21

ENTRYPOINT /usr/local/bin/initAndRun.sh

Expand Down

0 comments on commit ab464a6

Please sign in to comment.