AS
Можно ли сократить время на
Preparing the "docker+machine" executor, если да, то как?
Size: a a a
AS
Preparing the "docker+machine" executor, если да, то как?
AA
GG
GG
GG
Preparing the "docker+machine" executor, если да, то как?
RD
stages:При запуске "codestyle" на операцию "Preparing the "docker+machine" executor" тратиться 24 секунды. Хотелось бы сократить это время, если возможно.
- preparation
- testing
image: edbizarro/gitlab-ci-pipeline-php:7.2-alpine
cache:
key: common
paths:
- vendor/
composer:
stage: preparation
script:
- composer install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts --no-autoloader
codestyle:
stage: testing
script:
- vendor/bin/phpcs
only:
- merge_requests
Preparing the "docker+machine" executor
Using Docker executor with image edbizarro/gitlab-ci-pipeline-php:7.2-alpine ...
Pulling docker image edbizarro/gitlab-ci-pipeline-php:7.2-alpine ...
Using docker image sha256:8fc4fffb75402fad057d790292119ce064511c5b73ca55a6aacafa471217affd for edbizarro/gitlab-ci-pipeline-php:7.2-alpine ...
GG
stages:При запуске "codestyle" на операцию "Preparing the "docker+machine" executor" тратиться 24 секунды. Хотелось бы сократить это время, если возможно.
- preparation
- testing
image: edbizarro/gitlab-ci-pipeline-php:7.2-alpine
cache:
key: common
paths:
- vendor/
composer:
stage: preparation
script:
- composer install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts --no-autoloader
codestyle:
stage: testing
script:
- vendor/bin/phpcs
only:
- merge_requests
Preparing the "docker+machine" executor
Using Docker executor with image edbizarro/gitlab-ci-pipeline-php:7.2-alpine ...
Pulling docker image edbizarro/gitlab-ci-pipeline-php:7.2-alpine ...
Using docker image sha256:8fc4fffb75402fad057d790292119ce064511c5b73ca55a6aacafa471217affd for edbizarro/gitlab-ci-pipeline-php:7.2-alpine ...
RD
GG
GG
RD
E
E
GG
GG
- git clone xxxx
- git clone bbbb
AA
E
- git clone xxxx
- git clone bbbb
GG
E
GG