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
445ae311
Commit
445ae311
authored
Nov 18, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
5fefa710
Pipeline
#12216
passed with stages
in 35 seconds
Changes
1
Pipelines
4
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
445ae311
...
@@ -11,7 +11,7 @@ variables:
...
@@ -11,7 +11,7 @@ variables:
DOCKERHUB_REPO
:
"
$DOCKER_USERNAME/teledatastream"
# set repo name
DOCKERHUB_REPO
:
"
$DOCKER_USERNAME/teledatastream"
# set repo name
.build_template
:
.build_template
:
tags
:
[
"
windows"
,
"
docker"
,
"
ws12
"
]
# match your runner tags
tags
:
[
"
ubuntu"
,
"
vm
"
]
# match your runner tags
before_script
:
before_script
:
-
echo "Docker CLI info:"
-
echo "Docker CLI info:"
-
docker version
-
docker version
...
@@ -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
:
[
"
windows"
,
"
docker"
,
"
ws12
"
]
tags
:
[
"
ubuntu"
,
"
vm
"
]
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
:
[
"
windows"
,
"
docker"
,
"
ws12
"
]
tags
:
[
"
ubuntu"
,
"
vm
"
]
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