Always enable GitLab CI artifacts for cluster-dump (#6412)
This commit is contained in:
parent
5e22574402
commit
b35e6558bc
2 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ before_script:
|
|||
- packet
|
||||
image: quay.io/kubespray/kubespray:$KUBESPRAY_VERSION
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- cluster-dump/
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
when: manual
|
||||
only: [/^pr-.*$/]
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- cluster-dump/
|
||||
variables:
|
||||
|
|
Loading…
Reference in a new issue