Browse Source

Let elastx cleanup fail

We'll sort it out once we have fixed master
pull/11516/head
Max Gautier 5 months ago
parent
commit
51db5924b1
Failed to extract signature
1 changed files with 1 additions and 0 deletions
  1. 1
      .gitlab-ci/terraform.yml

1
.gitlab-ci/terraform.yml

@ -155,6 +155,7 @@ tf-elastx_cleanup:
- pip install -r scripts/openstack-cleanup/requirements.txt
script:
- ./scripts/openstack-cleanup/main.py
allow_failure: true
tf-elastx_ubuntu20-calico:
extends: .terraform_apply

Loading…
Cancel
Save