Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running script no output logs from yocto-build.sh #5

Open
snahmad opened this issue Jan 7, 2021 · 0 comments
Open

Running script no output logs from yocto-build.sh #5

snahmad opened this issue Jan 7, 2021 · 0 comments

Comments

@snahmad
Copy link

snahmad commented Jan 7, 2021

sshpass -p "??" ssh -t -o StrictHostKeyChecking=no ???@??? << EOF
echo " before docker"
pwd
cd DEBUG_BSP_7.2
echo " yocto-build"
bash yocto-build.sh -w
log=all.log
echo " inside docker"
pwd
echo " update" | tee -a $log
#make update
echo " security" | tee -a $log
#make security
echo " package" | tee -a $log
#make package
echo " bye" | tee -a $log
exit
echo " exit1" | tee -a $log
exit
echo " exit2" | tee -a $log
EOF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant