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
7ec3c6d5
Commit
7ec3c6d5
authored
Dec 10, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
5e15c3ec
Pipeline
#12263
failed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7ec3c6d5
...
@@ -58,7 +58,7 @@ test:
...
@@ -58,7 +58,7 @@ test:
diag
:
diag
:
stage
:
diag
stage
:
diag
image
:
docker:24.0.9
image
:
docker:24.0.9
tags
:
[
"
ubuntu"
,
"
vm"
]
extends
:
.build_template
script
:
script
:
-
echo "Check socket:"
-
echo "Check socket:"
-
ls -l /var/run ||
true
-
ls -l /var/run ||
true
...
@@ -100,7 +100,7 @@ build:
...
@@ -100,7 +100,7 @@ build:
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
image
:
docker:24.0.9
image
:
docker:24.0.9
tags
:
[
"
ubuntu"
,
"
vm"
]
extends
:
.build_template
script
:
script
:
-
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
echo "Logged into dockerhub succesfully!!"
-
echo "Logged into dockerhub succesfully!!"
...
...
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