Skip to content

Commit

Permalink
Merge pull request #343 from nextcloud/enh/noid/update-used-box-version
Browse files Browse the repository at this point in the history
Update used version of box
  • Loading branch information
MorrisJobke committed Mar 23, 2021
2 parents 6c09e6b + d58a0d8 commit c331866
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 c331866

Please sign in to comment.