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

This commit is contained in:
Maxime Guyot 2020-07-16 22:45:00 +02:00 committed by GitHub
parent 5e22574402
commit b35e6558bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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

View file

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