File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313install:
1414 - docker build -t tarantool/tarantool github.com/tarantool/tarantool-docker#:debian
15- - ./dockerfile.sh | docker build -t queue -
15+ - ./dockerfile.sh | tee /dev/tty | docker build -t queue -
1616
1717script:
1818 - docker run -d --name tarantool -v $(pwd):/queue tarantool/tarantool /queue/tests/Integration/queues.lua
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ RUN_CMDS=''
88
99if [[ $PHP_RUNTIME == php* ]]; then
1010 RUN_CMDS="$RUN_CMDS && \\\\\n git clone https://github.com/tarantool/tarantool-php.git /usr/src/php/ext/tarantool"
11- RUN_CMDS="$RUN_CMDS && \\\\\n docker-php-ext-install zip tarantool"
11+ RUN_CMDS="$RUN_CMDS && \\\\\n echo tarantool >> /usr/src/php-available-exts && docker-php-ext-install zip tarantool"
1212fi
1313
1414if [[ $PHPUNIT_OPTS =~ (^|[[:space:]])--coverage-[[:alpha:]] ]]; then
1515 RUN_CMDS="$RUN_CMDS && \\\\\n git clone https://github.com/xdebug/xdebug.git /usr/src/php/ext/xdebug"
16- RUN_CMDS="$RUN_CMDS && \\\\\n docker-php-ext-install xdebug"
16+ RUN_CMDS="$RUN_CMDS && \\\\\n echo xdebug >> /usr/src/php-available-exts && docker-php-ext-install xdebug"
1717fi
1818
1919echo -e "
You can’t perform that action at this time.
0 commit comments