Browse Source
fix-ci-packet_centos7-calico-ha-once-localhost (#11315)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
pull/11323/head
Kay Yan
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
.gitlab-ci/packet.yml
|
|
@ -149,8 +149,9 @@ packet_centos7-calico-ha-once-localhost: |
|
|
|
variables: |
|
|
|
# This will instruct Docker not to start over TLS. |
|
|
|
DOCKER_TLS_CERTDIR: "" |
|
|
|
DOCKER_HOST: "tcp://docker:2375" |
|
|
|
services: |
|
|
|
- docker:19.03.9-dind |
|
|
|
- docker:26.1.4-dind |
|
|
|
|
|
|
|
packet_almalinux8-kube-ovn: |
|
|
|
stage: deploy-part2 |
|
|
|