Skip to content

Commit

Permalink
Again permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoueh authored Sep 29, 2023
1 parent b35402c commit 1b10628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo docker run -i -d -P --name yocto -v ./data/:/data ubuntu-yocto
echo "running container in detached state"
sudo docker ps
sudo chmod -R +rwx .
sudo chmod -R 777 data
ls -lah
sudo docker exec -i yocto bash -c "cd /data && ls -lah && source scripts/setup_env.sh && bitbake aurora-image-core && bitbake -c populate_sdk aurora-image-core"
Expand Down

0 comments on commit 1b10628

Please sign in to comment.