Browse Source

Merge pull request #955 from mattymo/disable-idempotency-check

Disable idempotency for ubuntu-weave-sep
pull/901/head
Bogdan Dobrelya 7 years ago
committed by GitHub
parent
commit
e7c03ba66a
1 changed files with 1 additions and 1 deletions
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -267,7 +267,7 @@ before_script:
CLOUD_IMAGE: ubuntu-1604-xenial
CLOUD_REGION: us-central1-b
CLUSTER_MODE: separate
IDEMPOT_CHECK: "true"
IDEMPOT_CHECK: "false"
.centos7_calico_ha_variables: &centos7_calico_ha_variables
# stage: deploy-gce-special

Loading…
Cancel
Save