Skip to content

Commit

Permalink
Merge pull request #359 from nextcloud/backport/343/stable21
Browse files Browse the repository at this point in the history
[stable21] Update used version of box
  • Loading branch information
MorrisJobke authored Mar 23, 2021
2 parents 9eb3098 + a6ff659 commit ef4d572
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,6 @@ trigger:
- pull_request
- push

---
kind: pipeline
name: php72-cli

steps:
- name: php72-cli
image: nextcloudci/php7.2:php7.2-14
commands:
- make test-cli

trigger:
branch:
- master
- stable*
event:
- pull_request
- push

---
kind: pipeline
name: php73-cli
Expand Down Expand Up @@ -68,25 +50,6 @@ trigger:
event:
- pull_request
- push

---
kind: pipeline
name: php72-stable19

steps:
- name: php72-stable19
image: nextcloudci/php7.2:php7.2-14
commands:
- make test-stable19

trigger:
branch:
- master
- stable*
event:
- pull_request
- push

---
kind: pipeline
name: php73-stable19
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: updater.phar

box:
curl -L https://github.com/box-project/box2/releases/download/2.7.4/box-2.7.4.phar -o box
curl -L https://github.com/box-project/box/releases/download/3.11.1/box.phar -o box
chmod +x box

updater.phar: box updater.php lib/*.php buildVersionFile.php
Expand Down

0 comments on commit ef4d572

Please sign in to comment.