CI: move_logs.sh: put in .ci/lib (MR 3608)
This commit is contained in:
parent
196abb1575
commit
6dbe4fdc31
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# global settings
|
||||
image: alpine:latest
|
||||
after_script:
|
||||
- .ci/move_logs.sh $CI_PROJECT_DIR
|
||||
- .ci/lib/move_logs.sh $CI_PROJECT_DIR
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
|
|
Loading…
Reference in a new issue