Skip to content

Commit

Permalink
revert some yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
liupeng0518 committed Mar 17, 2022
1 parent cdc2c1d commit 612a326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ vagrant_ubuntu18-calico-dual-stack:
when: on_success

vagrant_ubuntu18-kube-ovn-dual-stack:
stage: deploy-part2
stage: unit-tests
extends: .vagrant
when: on_success

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $subnet_ipv6 ||= "fd3c:b398:0698:0756"
$os ||= "ubuntu1804"
$network_plugin ||= "flannel"
# Setting multi_networking to true will install Multus: https://github.com/intel/multus-cni
$multi_networking ||= false
$multi_networking ||= "False"
$download_run_once ||= "True"
$download_force_cache ||= "False"
# The first three nodes are etcd servers
Expand Down

0 comments on commit 612a326

Please sign in to comment.