mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-13 14:41:37 +01:00
Wrong command entered here. Need absolute path
Review URL: http://codereview.chromium.org/552058
This commit is contained in:
parent
bf201ba640
commit
a49e77f70b
@ -76,8 +76,8 @@ if [ $FLAGS_test_mod -eq $FLAGS_TRUE ]
|
||||
then
|
||||
echo "Modifying image for test"
|
||||
cp "${DEFAULT_FROM}/rootfs.image" "${DEFAULT_FROM}/rootfs_test.image"
|
||||
. "${SCRIPTS_DIR}/mod_image_for_test.sh" --image rootfs_test.image
|
||||
cd -
|
||||
"${SCRIPTS_DIR}/mod_image_for_test.sh" --image \
|
||||
"${DEFAULT_FROM}/rootfs_test.image"
|
||||
fi
|
||||
|
||||
# Zip the build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user