Skip to content

Commit

Permalink
gitac: rootfs; exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 2, 2024
1 parent 1214876 commit b4a1ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# BUILD
:> /tmp/.timecost
cd .github; doBuild=false
cd .github; doBuild=true
if [ "true" == "$doBuild" ]; then
echo compile; cd ../compile;
# # bash buildx.sh ubt-builder
Expand All @@ -76,7 +76,7 @@ jobs:
# #############################
echo rootfs; cd ../rootfs;
bash buildx.sh rootfs
# exit 0
exit 0
#
echo distros; cd ../distros;
# bash buildx.sh type dist ver [latest]
Expand Down

0 comments on commit b4a1ee7

Please sign in to comment.