mirror of https://github.com/apache/cloudstack.git
Removed KEYS file copy operation from the source build script.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
This commit is contained in:
parent
c45c1b0542
commit
a82761dfe3
|
|
@ -78,7 +78,6 @@ if [ -d "$outputdir" ]; then
|
|||
else
|
||||
mkdir $outputdir
|
||||
fi
|
||||
cp $sourcedir/KEYS $outputdir/KEYS
|
||||
|
||||
cd $sourcedir
|
||||
echo 'archiving'
|
||||
|
|
|
|||
Loading…
Reference in New Issue