We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dc94f commit 82c040aCopy full SHA for 82c040a
.gitlab-ci.yml
@@ -103,7 +103,7 @@ docker-build:
103
when: on_success
104
paths:
105
- tar
106
- expire_in: 15 minutes
+ expire_in: 60 minutes
107
.kind_deployment:
108
stage: e2e-tests
109
needs: ["diff", "tidy", "docker-build"]
@@ -116,7 +116,9 @@ docker-build:
116
artifacts:
117
118
119
- expire_in: 30 minutes
+ expire_in: 1 minutes
120
+ exclude:
121
+ - tar/*
122
before_script:
123
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
124
- docker load -i tar/k8sIC.tar
0 commit comments