diff --git a/.github/workflows/docker-image-x11-base.yml b/.github/workflows/docker-image-x11-base.yml index cf904a43..9f484c8e 100644 --- a/.github/workflows/docker-image-x11-base.yml +++ b/.github/workflows/docker-image-x11-base.yml @@ -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 @@ -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