Skip to content
Snippets Groups Projects
Verified Commit 6d7497fc authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 99d4232a
No related branches found
No related tags found
No related merge requests found
Pipeline #15079 passed
...@@ -2,7 +2,7 @@ image: docker:24 ...@@ -2,7 +2,7 @@ image: docker:24
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p4 BUILD_VERSION: p5
services: services:
- docker:24-dind - docker:24-dind
......
...@@ -21,4 +21,4 @@ RUN set -ex; \ ...@@ -21,4 +21,4 @@ RUN set -ex; \
weird-birds/thunderbird_labels \ weird-birds/thunderbird_labels \
; ;
RUN sed -i '/exec "$@"/i composer require -n --no-dev' /docker-entrypoint.sh RUN sed -i '/exec "$@"/i composer update -n --no-dev' /docker-entrypoint.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment