Commit 69e32aa2 authored by Tobias Munk's avatar Tobias Munk

added docker info output

parent 29967330
Pipeline #11026 failed with stages
in 16 seconds
......@@ -14,10 +14,12 @@ before_script:
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${APP_VERSION}
- export REGISTRY_PHP_IMAGE=${PHP_IMAGE_NAME}:${CI_BUILD_REF_NAME}
build:
stage: build
script:
- docker info
- docker version
- docker-compose version
- cp .env-dist .env
- docker-compose build --pull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment