[ticket/690] Checkout 3.2.x in master & fix .yml syntax for symfony

B3P-690
This commit is contained in:
Marc Alexander
2017-01-15 12:12:56 +01:00
parent 070d25ca4b
commit e6a4c8758a
3 changed files with 220 additions and 220 deletions

View File

@@ -74,7 +74,7 @@
<exec command="CURRENT_BUILD_REV=$(git rev-parse --abbrev-ref HEAD)" passthru="true" />
<exec command="echo $GIT_BRANCH" passthru="true" />
<exec command="git clone -v --progress https://github.com/phpbb/phpbb.git phpbb" passthru="true" />
<exec dir="${build-directory}/../phpbb" command="git checkout master" passthru="true" />
<exec dir="${build-directory}/../phpbb" command="git checkout 3.2.x" passthru="true" />
<exec dir="${build-directory}/../phpbb/phpBB" command="php ../composer.phar install" passthru="true" />
<mkdir dir="phpbb/phpBB/ext/board3" />
<exec dir="${build-directory}/../phpbb/phpBB/ext/board3" command="git clone https://github.com/board3/Board3-Portal.git portal" passthru="true" />