diff --git a/ci/files_to_copy.sh b/ci/files_to_copy.sh index c66f741d..82f8921c 100644 --- a/ci/files_to_copy.sh +++ b/ci/files_to_copy.sh @@ -9,3 +9,4 @@ cd .. # copy the build artifacts to a temporary directory cp -R build/usr/* /tmp/rootfs/usr/ cp -R build/etc/* /tmp/rootfs/etc/ +echo "Test sample"