mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Include = when extracting manifest information
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
c59696e30e
commit
1cd20afe4f
@ -70,7 +70,7 @@ KITMAKER_SCRATCH="${KITMAKER_DIR}/.scratch"
|
|||||||
# extract_info extracts the value of the specified variable from the manifest.txt file.
|
# extract_info extracts the value of the specified variable from the manifest.txt file.
|
||||||
function extract_info() {
|
function extract_info() {
|
||||||
local variable=$1
|
local variable=$1
|
||||||
local value=$(cat "${ARTIFACTS_DIR}/manifest.txt" | grep "#${variable}" | sed -e "s/#${variable}=//" | tr -d '\r')
|
local value=$(cat "${ARTIFACTS_DIR}/manifest.txt" | grep "#${variable}=" | sed -e "s/#${variable}=//" | tr -d '\r')
|
||||||
echo $value
|
echo $value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user