Skip to content

Commit aa3a9a4

Browse files
save artifacts (demisto#34886)
1 parent 3afa595 commit aa3a9a4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitlab/ci/.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ include:
55
- file: "/.gitlab/ci/content-ci/ci/.gitlab-ci.yml"
66
ref: $INFRA_BRANCH
77
project: "${CI_PROJECT_NAMESPACE}/infra"
8+
9+
default:
10+
image: ${DOCKER_IO}/devdemisto/gitlab-content-ci:1.0.0.64455
11+
artifacts:
12+
expire_in: 30 days
13+
paths:
14+
- ${CI_PROJECT_DIR}/artifacts/*
15+
- ${CI_PROJECT_DIR}/pipeline_jobs_folder/*
16+
when: always

0 commit comments

Comments
 (0)