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-infra
Commits
0abfa9b7
Commit
0abfa9b7
authored
Sep 23, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
689d1ab3
Pipeline
#11956
passed with stage
in 8 minutes and 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0abfa9b7
...
@@ -25,7 +25,9 @@ run_full_automation:
...
@@ -25,7 +25,9 @@ run_full_automation:
when
:
manual
when
:
manual
before_script
:
before_script
:
-
apk add --no-cache curl bash jq
-
apk add --no-cache curl bash jq bind-tools
-
echo "Checking DNS resolution..."
-
nslookup docker || getent hosts docker
-
echo "Checking Docker client and daemon..."
-
echo "Checking Docker client and daemon..."
-
docker version
-
docker version
-
until docker info > /dev/null 2>&1; do echo "Waiting for Docker daemon..."; sleep 3; done
-
until docker info > /dev/null 2>&1; do echo "Waiting for Docker daemon..."; sleep 3; done
...
...
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