Merge "Remove dib/build.sh"

This commit is contained in:
Zuul 2019-09-20 17:03:59 +00:00 committed by Gerrit Code Review
commit 889f01dfc0
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash
#The path for location of ironic-python-agent-ramdisk in ironic-python-image-builder
#is set using environment variable.
export ELEMENTS_PATH=${ELEMENTS_PATH:-.}
#The command to build image using disk-image-builder.
#Run the command to build the image giving the argument(OS name)
#For example: ./build.sh ubuntu
disk-image-create -o ironic-python-agent ironic-python-agent-ramdisk $@