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
76761881
Commit
76761881
authored
Nov 04, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
dade4a0a
Pipeline
#12047
failed with stages
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
76761881
...
@@ -41,20 +41,13 @@ test:
...
@@ -41,20 +41,13 @@ test:
after_script
:
after_script
:
-
echo "Tests completed succesfully"
-
echo "Tests completed succesfully"
build
:
build
:
stage
:
build
stage
:
build
image
:
docker:latest
image
:
docker:latest
services
:
-
name
:
docker:dind
alias
:
docker
variables
:
variables
:
DOCKER_HOST
:
tcp://docker:2375/
DOCKER_HOST
:
unix:///var/run/docker.sock
DOCKER_TLS_CERTDIR
:
"
"
# Disable TLS since we’re in a trusted CI env
DOCKER_DRIVER
:
overlay2
before_script
:
before_script
:
-
echo "Waiting for Docker service..."
-
until docker info; do sleep 1; done
-
echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
-
echo "Logging in to Docker registry..."
-
echo "Logging in to Docker registry..."
-
echo "Docker Registry :" ${DOCKER_REGISTRY}
-
echo "Docker Registry :" ${DOCKER_REGISTRY}
-
echo "Docker Username :" ${DOCKER_USERNAME}
-
echo "Docker Username :" ${DOCKER_USERNAME}
...
...
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