File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,13 @@ before_install:
2020 - cd ..
2121 - git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
2222 - cd neos-base-distribution
23- - composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor
23+ - composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:3.0.x-dev
2424install :
2525 - composer install --no-interaction
2626 - cd ..
2727 - rm -rf neos-base-distribution/Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor
2828 - mv Flowpack.ElasticSearch.ContentRepositoryAdaptor neos-base-distribution/Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor
2929 - cd neos-base-distribution
30- - composer dump-autoload
31- - ./flow flow:package:rescan
3230script :
3331 - bin/phpunit --colors -c Build/BuildEssentials/PhpUnit/UnitTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Unit
3432 - if [ "$ES" = 1 ]; then FLOW_CONTEXT="Testing/ElasticVersion1" bin/phpunit --colors --stop-on-failure -c Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Functional; fi
You can’t perform that action at this time.
0 commit comments