我在 Firebase 中托管我的 Web 应用程序,并使用 Gitlab CI/CD 部署它,并且它一直工作得很好!但今天由于某种原因我在管道工作时收到此错误
\n56Error: Failed to list functions for project-name
这是我在管道中运行的命令
\n firebase deploy --only hosting --non-interactive --token $FIREBASE_TOKEN
这是我收到的错误
\ndeploying hosting\n50i hosting[project-name]: beginning deploy...\n51i hosting[project-name]: found 39 files in dist/dev\n52i hosting: hashing files [34/39] (87%)\n53i hosting: upload complete\n54\xe2\x9c\x94 hosting[project-name]: file upload complete\n55i hosting[project-name]: finalizing version...\n56Error: Failed to list functions for project-name\nRun Code Online (Sandbox Code Playgroud)\n请注意,该命令正在运行,直到显示“最终版本...”,然后停止。
\n什么可能导致此错误?
\n