【发布时间】:2020-04-21 14:35:06
【问题描述】:
我有一个 Python 3 项目,托管在 Google AppEngine Standard 上。直到几天前,我才能正常部署(自从我在 2019 年 7 月进行初始设置以来)直到几天前。现在我得到以下回复:
starting build "abc"
FETCHSOURCE
BUILD
Starting Step #0 - "fetcher"
Step #0 - "fetcher": Already have image (with digest): gcr.io/cloud-builders/gcs-fetcher
Step #0 - "fetcher": Fetching manifest gs://staging.my-project.appspot.com/ae/xxx/manifest.json.
Step #0 - "fetcher": Processing 312 files.
Step #0 - "fetcher": Failed to fetch gs://staging.my-project.appspot.com/xxx, will no longer retry: fetching "gs://staging.my-project.appspot.com/xxx" with timeout 1h0m0s to temp file "/workspace/.download/staging.my-project.appspot.com-xxx": source-context.json SHA mismatch, got "xxx", want "yyy"
Step #0 - "fetcher": Failed to download at least one file. Cannot continue.
Finished Step #0 - "fetcher"
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/gcs-fetcher" failed: step exited with non-zero status: 1
知道为什么会发生这种情况以及如何解决吗?
附:我使用以下命令进行部署:
gcloud --project my-project app deploy app.yaml
【问题讨论】:
-
您好,您能否在 Public Issue Tracker component 下打开此问题并指定您的项目名称,以便我们从我们这边进行调查?
标签: google-app-engine google-cloud-platform deployment google-cloud-build