Maxime Guyot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
3 deletions
-
.gitlab-ci/packet.yml
|
@ -73,10 +73,12 @@ packet_debian10-containerd: |
|
|
packet_centos7-calico-ha-once-localhost: |
|
|
packet_centos7-calico-ha-once-localhost: |
|
|
stage: deploy-part2 |
|
|
stage: deploy-part2 |
|
|
extends: .packet |
|
|
extends: .packet |
|
|
# Problem with docker-cli client |
|
|
|
|
|
when: manual |
|
|
|
|
|
|
|
|
when: on_success |
|
|
|
|
|
variables: |
|
|
|
|
|
# This will instruct Docker not to start over TLS. |
|
|
|
|
|
DOCKER_TLS_CERTDIR: "" |
|
|
services: |
|
|
services: |
|
|
- docker:18.09.9-dind |
|
|
|
|
|
|
|
|
- docker:19.03.9-dind |
|
|
|
|
|
|
|
|
packet_centos8-kube-ovn: |
|
|
packet_centos8-kube-ovn: |
|
|
stage: deploy-part2 |
|
|
stage: deploy-part2 |
|
|