Skip to content

Commit c331866

Browse files
authored
Merge pull request #343 from nextcloud/enh/noid/update-used-box-version
Update used version of box
2 parents 6c09e6b + d58a0d8 commit c331866

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

.drone.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ trigger:
1515
- pull_request
1616
- push
1717

18-
---
19-
kind: pipeline
20-
name: php72-cli
21-
22-
steps:
23-
- name: php72-cli
24-
image: nextcloudci/php7.2:php7.2-14
25-
commands:
26-
- make test-cli
27-
28-
trigger:
29-
branch:
30-
- master
31-
- stable*
32-
event:
33-
- pull_request
34-
- push
35-
3618
---
3719
kind: pipeline
3820
name: php73-cli
@@ -68,25 +50,6 @@ trigger:
6850
event:
6951
- pull_request
7052
- push
71-
72-
---
73-
kind: pipeline
74-
name: php72-stable19
75-
76-
steps:
77-
- name: php72-stable19
78-
image: nextcloudci/php7.2:php7.2-14
79-
commands:
80-
- make test-stable19
81-
82-
trigger:
83-
branch:
84-
- master
85-
- stable*
86-
event:
87-
- pull_request
88-
- push
89-
9053
---
9154
kind: pipeline
9255
name: php73-stable19

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: updater.phar
22

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

77
updater.phar: box updater.php lib/*.php buildVersionFile.php

0 commit comments

Comments
 (0)