Skip to content

Commit

Permalink
Do ls after build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistair Jordan committed Nov 24, 2023
1 parent 8567481 commit 4a38073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/docker_brun.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

sudo docker exec --privileged --mount type=bind,source="$(pwd)",target=/balloon luckfoxtech/luckfox_pico:1.0 /bin/bash /balloon/build.sh
sudo docker run --privileged --mount type=bind,source="$(pwd)",target=/balloon luckfoxtech/luckfox_pico:1.0 /bin/bash /balloon/build.sh
2 changes: 2 additions & 0 deletions project/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2043,3 +2043,5 @@ do
done

eval "${option:-build_allsave}"

ls -al

0 comments on commit 4a38073

Please sign in to comment.