mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Restore the missing initrd artifact.
This reverts only the path-related changes in b3a9893
.
This commit is contained in:
@@ -10,7 +10,7 @@ source $(dirname $0)/version
|
||||
|
||||
cd $(dirname $0)/../tests
|
||||
|
||||
if [ ! -e "$INITRD" ]; then
|
||||
if [ ! -e "../dist/artifacts/$INITRD" ]; then
|
||||
../scripts/dev
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user