Fix TinyIPA POST job make clean call

The script is calling make clean in the wrong directory, this patch
ensures we are in the right directory before calling the clean target.

Change-Id: Ic30dd6274c74dd4b7f0821e61af81f0fad8dafa1
This commit is contained in:
Sam Betts 2016-08-10 12:28:03 +01:00
parent 5746007d28
commit 77dbe67b11

View File

@ -39,7 +39,7 @@
mv imagebuild/tinyipa/tinyipa*.* UPLOAD_RAW
# NOTE(sambetts) Must clean up chroot directories before
# publisher rsync command tries and fails to read them
make clean
(cd imagebuild/tinyipa && make clean)
;;
coreos)
imagebuild/coreos/full_trusty_build.sh