Skip to content

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

@snahmad

Description

@snahmad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions