Skip to content
Snippets Groups Projects
Commit ecd025d7 authored by Виталий Шунков's avatar Виталий Шунков
Browse files

ci: fix path to logs

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
parent 90086b0d
Branches picodata-25.1
No related tags found
1 merge request!221ci: fix path to logs
Pipeline #60072 passed
......@@ -120,7 +120,8 @@ luacheck:
- export PATH="$PATH:$PWD" # for GLAuth (CMake will download it)
- make -f .test.mk test-$BUILD_PROFILE
after_script:
- mv /tmp/t/log test/artifacts
- find /tmp/t/ -type s -delete
- mv /tmp/t test/artifacts
test-ubuntu:
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment