Skip to content

Commit f917355

Browse files
committed
Use v2 branches during build
1 parent bb3da9d commit f917355

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
branches:
66
only:
77
- master
8+
- build-v2
89
docker:
910
- image: circleci/php:7.1
1011
steps:

build/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ cd build
55
composer install --no-interaction --no-progress
66
rm -rf build-7.x build-8.x
77

8-
git clone --branch 7.x $REPO build-7.x
9-
git clone --branch 8.x $REPO build-8.x
8+
git clone --branch 7.x-v2 $REPO build-7.x
9+
git clone --branch 8.x-v2 $REPO build-8.x
1010

1111
php build-composer-json.php
1212

0 commit comments

Comments
 (0)