Merge pull request #325 from nextcloud/stable9-fix-naming-issue-drone

[stable9] Fix docker image naming issue for CI
This commit is contained in:
Lukas Reschke 2016-07-06 15:34:24 +02:00 committed by GitHub
commit ca1296c740
1 changed files with 11 additions and 10 deletions

View File

@ -1,29 +1,30 @@
build: build:
integration:
image: morrisjobke/nextcloud-ci-php7:1.0.3
commands:
- git submodule update --init
- ./occ maintenance:install --admin-pass=admin
- cd build/integration
- ./run.sh
jsunit: jsunit:
image: morrisjobke/nextcloud-ci-jsunit:1.0.2 image: nextcloudci/jsunit:1.0.6
commands: commands:
- ./autotest-js.sh - ./autotest-js.sh
sqlite: sqlite:
image: morrisjobke/nextcloud-ci-php7:1.0 image: nextcloudci/php5.6:1.0.6
commands: commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init - git submodule update --init
- ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database sqlite --database-pass='' - ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database sqlite --database-pass=''
- ./autotest.sh sqlite - ./autotest.sh sqlite
postgres: postgres:
image: morrisjobke/nextcloud-ci-php7:1.0 image: nextcloudci/php5.6:1.0.6
commands: commands:
- sleep 10 # gives the database enough time to initialize - sleep 10 # gives the database enough time to initialize
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init - git submodule update --init
- ./autotest.sh pgsql - ./autotest.sh pgsql
integration:
image: nextcloudci/php5.6:1.0.6
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
- ./occ maintenance:install --admin-pass=admin
- cd build/integration
- ./run.sh
compose: compose:
cache: cache: