Use 19.03.9 in localhost CI (#6201)

This commit is contained in:
Maxime Guyot 2020-06-04 17:59:14 +02:00 committed by GitHub
parent 750db9139a
commit b98cb74f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,10 +73,12 @@ packet_debian10-containerd:
packet_centos7-calico-ha-once-localhost:
stage: deploy-part2
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:
- docker:18.09.9-dind
- docker:19.03.9-dind
packet_centos8-kube-ovn:
stage: deploy-part2