mirror of https://github.com/aredn/aredn.git
build: Remove cleanup stage
Remove the cleanup stage from the build files. The build server should clear these files on its own steps independent of the image creation process. There are often times with local development where having to rebuild the entire system base doesn't make sense. Change-Id: Idd621b29a3f35fafb21c872a01af6a055aa63584
This commit is contained in:
parent
df9c6601be
commit
a219802d5b
|
@ -19,10 +19,6 @@ make IGNORE_ERRORS=m V=99 BUILD_LOG=1 package/index
|
|||
#image generation
|
||||
make IGNORE_ERRORS=m V=99 BUILD_LOG=1 target/install -j3
|
||||
|
||||
# Cleanup for now until fix cleanup module
|
||||
rm -Rf build_dir/*
|
||||
rm -Rf staging_dir/*
|
||||
|
||||
SHORT_COMMIT=$(echo "$GIT_COMMIT" | awk '{ string=substr($0, 1, 8); print string; }' )
|
||||
SHORT_BRANCH=$(echo "$GIT_BRANCH" | awk 'match($0,"/"){print substr($0,RSTART+1)}')
|
||||
|
||||
|
|
Loading…
Reference in New Issue