Skip to content
Snippets Groups Projects
Unverified Commit b35e6558 authored by Maxime Guyot's avatar Maxime Guyot Committed by GitHub
Browse files

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

parent 5e225744
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ before_script: ...@@ -42,6 +42,7 @@ before_script:
- packet - packet
image: quay.io/kubespray/kubespray:$KUBESPRAY_VERSION image: quay.io/kubespray/kubespray:$KUBESPRAY_VERSION
artifacts: artifacts:
when: always
paths: paths:
- cluster-dump/ - cluster-dump/
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
when: manual when: manual
only: [/^pr-.*$/] only: [/^pr-.*$/]
artifacts: artifacts:
when: always
paths: paths:
- cluster-dump/ - cluster-dump/
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment