.gitlab-ci.yml updated v119
This commit is contained in:
parent
24058a943c
commit
1ccbfccdef
1 changed files with 5 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ stages:
|
|||
- preflight
|
||||
- build
|
||||
- test
|
||||
- collect
|
||||
- collect_results
|
||||
|
||||
preflight:
|
||||
image: ${DOCKER_PROXY}/bitnami/git:latest
|
||||
|
|
@ -53,8 +53,10 @@ test:
|
|||
paths:
|
||||
- $CI_PROJECT_DIR/
|
||||
|
||||
collect:
|
||||
stage: collect
|
||||
collect_results:
|
||||
stage: collect_results
|
||||
script:
|
||||
- ls $CI_PROJECT_DIR/clr_test/mnt/results
|
||||
artifacts:
|
||||
name: "$CI_COMMIT_REF_NAME"
|
||||
expire_in: 1 day
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue