Skip to content

Commit

Permalink
Merge pull request #413 from nextcloud/fix/noid/build-phar
Browse files Browse the repository at this point in the history
build updater.phar
  • Loading branch information
blizzz authored Apr 7, 2022
2 parents cba8874 + baf5c82 commit bd6a411
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 49 deletions.
41 changes: 12 additions & 29 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: check-same-code-base

steps:
- name: check-same-code-base
image: nextcloudci/php8.0:php8.0-1
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make check-same-code-base

Expand All @@ -21,7 +21,7 @@ name: php73-cli

steps:
- name: php73-cli
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-cli

Expand All @@ -39,7 +39,7 @@ name: php74-cli

steps:
- name: php74-cli
image: nextcloudci/php7.4:php7.4-3
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-cli

Expand All @@ -56,7 +56,7 @@ name: php73-stable19

steps:
- name: php73-stable19
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable19

Expand All @@ -74,7 +74,7 @@ name: php74-stable19

steps:
- name: php74-stable19
image: nextcloudci/php7.4:php7.4-3
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable19

Expand All @@ -92,7 +92,7 @@ name: php73-stable20

steps:
- name: php73-stable20
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable20

Expand All @@ -110,7 +110,7 @@ name: php74-stable20

steps:
- name: php74-stable20
image: nextcloudci/php7.4:php7.4-3
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable20

Expand All @@ -128,7 +128,7 @@ name: php73-stable21

steps:
- name: php73-stable21
image: nextcloudci/php7.3:php7.3-5
image: ghcr.io/nextcloud/continuous-integration-php7.3:latest
commands:
- make test-stable21

Expand All @@ -146,7 +146,7 @@ name: php74-stable21

steps:
- name: php74-stable21
image: nextcloudci/php7.4:php7.4-3
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-stable21

Expand All @@ -164,7 +164,7 @@ name: php80-stable21

steps:
- name: php80-stable21
image: nextcloudci/php8.0:php8.0-1
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make test-stable21

Expand All @@ -178,28 +178,11 @@ trigger:

---
kind: pipeline
name: php73-master

steps:
- name: php73-master
image: nextcloudci/php7.3:php7.3-2
commands:
- make test-master

trigger:
branch:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
name: php74-master

steps:
- name: php74-master
image: nextcloudci/php7.4:php7.4-2
image: ghcr.io/nextcloud/continuous-integration-php7.4:latest
commands:
- make test-master

Expand All @@ -217,7 +200,7 @@ name: php80-master

steps:
- name: php80-master
image: nextcloudci/php8.0:php8.0-1
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
commands:
- make test-master

Expand Down
Binary file modified updater.phar
Binary file not shown.
Loading

0 comments on commit bd6a411

Please sign in to comment.