Repair build

This commit is contained in:
Arthur Golubtsov
2019-03-29 09:12:34 +00:00
parent f0a93f5a09
commit 28e40de2da
2 changed files with 3 additions and 2 deletions

View File

@@ -90,8 +90,6 @@ for dir in ${REPO_DIR}/*; do
fi;
done
chown -Rf pi:pi /home/pi/CleverSwarm/
umount -fR ${MOUNT_POINT}
losetup -d ${DEV_IMAGE}

View File

@@ -53,6 +53,9 @@ my_travis_retry() {
return $result
}
echo_stamp "Change repo owner to pi"
chown -Rf pi:pi /home/pi/CleverSwarm/
echo_stamp "Update apt cache"
apt-get update -qq