CI: move_logs.sh: put in .ci/lib (MR 3608)

This commit is contained in:
Oliver Smith 2022-10-30 17:58:48 +01:00
parent 196abb1575
commit 6dbe4fdc31
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 1 additions and 1 deletions

View file

@ -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