mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-25 16:04:19 +08:00
update location of installscript and parameters for ci/cd
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
This commit is contained in:
parent
4f40126068
commit
9b9190c02f
1 changed files with 4 additions and 5 deletions
|
@ -9,8 +9,8 @@ env:
|
|||
- SERVER_FOLDER=server
|
||||
- CLOUD=nextcloud
|
||||
matrix:
|
||||
- DB=mysql
|
||||
- DB=sqlite
|
||||
- DB=mysql SERVER=nextcloud/travis_ci/master
|
||||
- DB=sqlite SERVER=nextcloud/travis_ci/master
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -24,9 +24,8 @@ before_install:
|
|||
- sh -e /etc/init.d/xvfb start
|
||||
# <- if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
|
||||
# - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||
- sh -c "if [ '$CLOUD' = 'nextcloud' ]; then wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh; fi;"
|
||||
- sh -c "if [ '$CLOUD' = 'owncloud' ]; then wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh; fi;"
|
||||
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||
- wget https://raw.githubusercontent.com/$SERVER/before_install.sh
|
||||
- . ./before_install.sh "$APP_NAME" "$CORE_BRANCH" "$DB"
|
||||
# Add some output debugging information
|
||||
- cd ../${SERVER_FOLDER}
|
||||
- ./occ check
|
||||
|
|
Loading…
Reference in a new issue