Commit ef7c44cb authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 70011bf2
Pipeline #12362 failed with stages
in 20 seconds
......@@ -54,25 +54,6 @@ test:
- if: '$CI_COMMIT_TAG'
when: never
diag:
stage: diag
image: docker:25.0.0
extends: .build_template
script:
- echo "Check socket:"
- ls -l /var/run || true
- stat /var/run/docker.sock || true
- echo "Docker info:"
- docker version || true
- docker info || true
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH'
- if: '$CI_COMMIT_TAG'
when: never
build:
stage: build
image: docker:20.10.16
......
Supports Markdown
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