mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 02:13:29 +08:00
FIX
This commit is contained in:
@@ -104,8 +104,10 @@ def main():
|
|||||||
for l in lines:
|
for l in lines:
|
||||||
src_img = l.strip()
|
src_img = l.strip()
|
||||||
if DELTA_MODE:
|
if DELTA_MODE:
|
||||||
|
print('use DELTA_MODE')
|
||||||
skepo_delta_sync(src_img)
|
skepo_delta_sync(src_img)
|
||||||
else:
|
else:
|
||||||
|
print('use FULL_SYNC_MODE')
|
||||||
skepo_full_sync(src_img)
|
skepo_full_sync(src_img)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user