include redis

1 job for 7.3 in 42 seconds
Status Job ID Name Coverage
  Build
failed #3710
build-master

00:00:42

 
Name Stage Failure
failed
build-master Build
or: mv [-fin] SOURCE... DIRECTORY

Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY

-f Don't prompt before overwriting
-i Interactive, prompt before overwrite
-n Don't overwrite an existing file
The command '/bin/sh -c apk add --no-cache --update nginx supervisor make freetype libpng libjpeg-turbo freetype-dev libpng-dev libjpeg-turbo-dev zlib-dev icu-dev libzip-dev g++ libsodium && docker-php-ext-configure gd --with-gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-configure intl && NPROC=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1) && curl -L -o /tmp/redis.tar.gz https://github.com/phpredis/phpredis/archive/2.2.7.tar.gz && tar xfz /tmp/redis.tar.gz && rm -r /tmp/redis.tar.gz && mv phpredis-2.2.7 /usr/src/php/ext/redis docker-php-ext-install -j${NPROC} opcache mysqli pdo pdo_mysql gd zip intl redis && apk del --no-cache freetype-dev libpng-dev libjpeg-turbo-dev zlib-dev g++' returned a non-zero code: 1
ERROR: Job failed: command terminated with exit code 1