Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
bf2394a2
Commit
bf2394a2
authored
Oct 12, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
25fdae85
Pipeline
#11992
canceled with stages
in 18 minutes and 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bf2394a2
...
@@ -39,6 +39,11 @@ docker_build_test:
...
@@ -39,6 +39,11 @@ docker_build_test:
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_TLS_CERTDIR
:
"
"
needs
:
[
build_backend
]
needs
:
[
build_backend
]
script
:
script
:
-
echo "Checking Docker version..."
-
docker --version || echo "Docker not found"
-
echo "Checking docker info..."
-
docker info || echo "Cannot access Docker daemon"
-
echo "🐳 Waiting for Docker daemon..."
-
echo "🐳 Waiting for Docker daemon..."
-
until docker info > /dev/null 2>&1; do echo "⏳ Waiting..."; sleep 3; done
-
until docker info > /dev/null 2>&1; do echo "⏳ Waiting..."; sleep 3; done
-
echo "🐳 Building Docker image locally..."
-
echo "🐳 Building Docker image locally..."
...
...
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