mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
fix(build_packages): Remove unnecessary version info export.
Nothing in build_packages references the variables from coreos_version.sh and nothing in our ebuilds depends on it being in the environments so just remove it.
This commit is contained in:
parent
92c408ab3b
commit
be2bdaaecf
@ -80,9 +80,6 @@ eval set -- "${FLAGS_ARGV}"
|
|||||||
# Die on any errors.
|
# Die on any errors.
|
||||||
switch_to_strict_mode
|
switch_to_strict_mode
|
||||||
|
|
||||||
# Right now build_packages has to be run from scripts/
|
|
||||||
. ${SRC_ROOT}/third_party/coreos-overlay/coreos/config/coreos_version.sh
|
|
||||||
|
|
||||||
if [[ -z "${FLAGS_board}" ]]; then
|
if [[ -z "${FLAGS_board}" ]]; then
|
||||||
echo "Error: --board is required."
|
echo "Error: --board is required."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user