Commit 1660fcc6 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 4f819b91
Pipeline #12093 canceled with stages
in 11 seconds
...@@ -2,6 +2,7 @@ stages: ...@@ -2,6 +2,7 @@ stages:
- lint - lint
- test - test
- build - build
- diag
# - deploy # - deploy
variables: variables:
...@@ -50,6 +51,18 @@ test: ...@@ -50,6 +51,18 @@ test:
after_script: after_script:
- echo "Tests completed succesfully" - echo "Tests completed succesfully"
diag:
stage: diag
image: docker:24.0.9
tags: ["windows","docker","ws12"]
script:
- echo "Check socket:"
- ls -l /var/run || true
- stat /var/run/docker.sock || true
- echo "Docker info:"
- docker version || true
- docker info || true
build: build:
stage: build stage: build
image: docker:24.0.9 image: docker:24.0.9
......
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