Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nl6720
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
Changes
1
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
.
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