Skip to content

Commit

Permalink
skip_build=true
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Sep 25, 2024
1 parent 5484a0e commit caa8981
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,16 @@ jobs:
export REPO=$REPO_ALI #REPO_HUB REPO_ALI ##without "xx/"
# BUILD
:> /tmp/.timecost
skip_build=true
if [ "true" == "$skip_build" ]; then
echo compile; cd compile;
# # bash buildx.sh ubt-builder
# # bash buildx.sh deb12-builder
# #
# # bash buildx.sh builder
# # bash buildx.sh gtk224 #builder-gtk224
bash buildx.sh #compile
# bash buildx.sh #compile
# #############################
echo rootfs; cd ../rootfs;
bash buildx.sh rootfs
Expand All @@ -95,9 +98,10 @@ jobs:
bash buildx.sh app opensuse 15.5 latest &
wait
#
fi
#
# 同步到ali仓
unset REPO_QING REPO_TEN #REPO_HUB REPO_ALI REPO_TEN REPO_QING #skipSync
unset REPO_TEN REPO_QING #REPO_HUB REPO_ALI REPO_TEN REPO_QING #skipSync
echo syncer; cd ../.github/workflows; bash syncer.sh;
#
# view timecost
Expand Down

0 comments on commit caa8981

Please sign in to comment.