Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
e87cbfac
Verified
Commit
e87cbfac
authored
Oct 02, 2021
by
Kristian Klausen
🎉
Browse files
Fix $BUILD_VERSION not being passed to build-inside-vm.sh
Fixes:
3bda5b26
("Use new experimental VM runners[1] for building")
parent
3bda5b26
Pipeline
#16256
passed with stages
in 11 minutes and 46 seconds
Changes
1
Pipelines
165
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e87cbfac
...
...
@@ -37,7 +37,7 @@ shfmt:
echo "BUILD_VERSION=$(date +%Y%m%d).$CI_JOB_ID" > build.env
fi
-
export $(< build.env)
-
./build-inside-vm.sh
-
./build-inside-vm.sh
"${BUILD_VERSION}"
after_script
:
-
echo "image_size_megabytes{image=\"basic\"} $(du -m output/*basic*qcow2)" > metrics.txt
-
echo "image_size_megabytes{image=\"cloudimg\"} $(du -m output/*cloudimg*qcow2)" > metrics.txt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment