Browse Source

Always enable GitLab CI artifacts for cluster-dump (#6412)

pull/6418/head
Maxime Guyot 4 years ago
committed by GitHub
parent
commit
b35e6558bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. 1
      .gitlab-ci.yml
  2. 1
      .gitlab-ci/terraform.yml

1
.gitlab-ci.yml

@ -42,6 +42,7 @@ before_script:
- packet
image: quay.io/kubespray/kubespray:$KUBESPRAY_VERSION
artifacts:
when: always
paths:
- cluster-dump/

1
.gitlab-ci/terraform.yml

@ -38,6 +38,7 @@
when: manual
only: [/^pr-.*$/]
artifacts:
when: always
paths:
- cluster-dump/
variables:

Loading…
Cancel
Save