Skip to content

Commit

Permalink
gitac: echo syncer; doSync=trie
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 9, 2024
1 parent c6245c2 commit 2f80d74
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=true
cd .github; doBuild=false
if [ "true" == "$doBuild" ]; then
echo compile; cd ../compile;
# # bash buildx.sh ubt-builder
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
# 同步到ali仓
#REPO_ALI>> REPO_HUB REPO_TEN REPO_QING
unset REPO_ALI REPO_TEN REPO_QING #skipSync; QINGCLOUD.REPO net failed
echo syncer; doSync=false
echo syncer; doSync=trie
cd ../.github/workflows; test "true" == "$doSync" && bash syncer.sh;
#
# view timecost
Expand Down

0 comments on commit 2f80d74

Please sign in to comment.