Skip to content

Commit

Permalink
Merge pull request #81 from nextcloud/update-stable17-target-versions
Browse files Browse the repository at this point in the history
Update stable17 target versions
  • Loading branch information
blizzz authored Sep 5, 2019
2 parents 1012c84 + f91a5ec commit 9fd326e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
image: nextcloudci/php7.1:php7.1-16
environment:
APP_NAME: impersonate
CORE_BRANCH: master
CORE_BRANCH: stable17
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand All @@ -18,7 +18,7 @@ steps:
image: nextcloudci/php7.3:php7.3-1
environment:
APP_NAME: impersonate
CORE_BRANCH: master
CORE_BRANCH: stable17
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand All @@ -30,7 +30,7 @@ steps:
image: nextcloudci/php7.3:php7.3-1
environment:
APP_NAME: impersonate
CORE_BRANCH: master
CORE_BRANCH: stable17
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand All @@ -56,7 +56,7 @@ steps:
image: nextcloudci/php7.1:php7.1-16
environment:
APP_NAME: impersonate
CORE_BRANCH: master
CORE_BRANCH: stable17
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand Down Expand Up @@ -86,7 +86,7 @@ steps:
image: nextcloudci/php7.2:php7.2-12
environment:
APP_NAME: impersonate
CORE_BRANCH: master
CORE_BRANCH: stable17
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand Down Expand Up @@ -116,7 +116,7 @@ steps:
image: nextcloudci/php7.3:php7.3-1
environment:
APP_NAME: impersonate
CORE_BRANCH: master
CORE_BRANCH: stable17
DATABASEHOST: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
Expand Down

0 comments on commit 9fd326e

Please sign in to comment.