Skip to content
Snippets Groups Projects
Verified Commit 4b41267a authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files
parent 7a553ea4
No related branches found
No related tags found
No related merge requests found
Pipeline #28696 failed
......@@ -31,6 +31,8 @@ shfmt:
script:
- echo "BUILD_VERSION=$(date +%Y%m%d).$CI_JOB_ID" > build.env
- export $(< build.env)
- cat /sys/kernel/security/lockdown
- echo none > /sys/kernel/security/lockdown
- ./build-inside-vm.sh "${BUILD_VERSION}"
after_script:
- echo "image_size_megabytes{image=\"basic\"} $(du -m output/*basic*qcow2)" > metrics.txt
......
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