Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Telegram Team
Commits
ef7c44cb
Commit
ef7c44cb
authored
Mar 15, 2026
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
70011bf2
Pipeline
#12362
failed with stages
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ef7c44cb
...
@@ -54,25 +54,6 @@ test:
...
@@ -54,25 +54,6 @@ test:
-
if
:
'
$CI_COMMIT_TAG'
-
if
:
'
$CI_COMMIT_TAG'
when
:
never
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
:
build
:
stage
:
build
stage
:
build
image
:
docker:20.10.16
image
:
docker:20.10.16
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment