File tree Expand file tree Collapse file tree 2 files changed +1
-38
lines changed
Expand file tree Collapse file tree 2 files changed +1
-38
lines changed Original file line number Diff line number Diff 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---
3719kind : pipeline
3820name : 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---
9154kind : pipeline
9255name : php73-stable19
Original file line number Diff line number Diff line change 11.PHONY : updater.phar
22
33box :
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
77updater.phar : box updater.php lib/* .php buildVersionFile.php
You can’t perform that action at this time.
0 commit comments