mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
That way shellcheck sources some prepared files and learns about some variables the sourced files define. Thanks to that, we can remove some of the "shellcheck disable" clauses.
5 lines
131 B
Plaintext
5 lines
131 B
Plaintext
FLATCAR_VERSION=1234.5.6+build-tag
|
|
FLATCAR_VERSION_ID=1234.5.6
|
|
FLATCAR_BUILD_ID="build-tag"
|
|
FLATCAR_SDK_VERSION=1234.5.6+build-tag
|