This repository was archived by the owner on Dec 12, 2021. It is now read-only.
Description I'm having issues following the steps to deploy
+ echo Deploying to App Engine...
Deploying to App Engine...
+ bazel run upvote/gae:monolith_binary.deploy -- rv3-upvote app.yaml santa_api.yaml
INFO: Invocation ID: bbd6d94c-828d-4fa4-97e6-80cad0f54c3c
Loading:
Loading: 0 packages loaded
ERROR: E:/server/upvote/upvote/gae/BUILD:59:1: Traceback (most recent call last):
File "E:/server/upvote/upvote/gae/BUILD", line 59
upvote_appengine_test(name = "appengine_config_test", si...", <2 more arguments>)
File "E:/server/upvote/upvote/builddefs.bzl", line 8, in upvote_appengine_test
py_appengine_test(name = name, srcs = srcs, deps = dep..., <3 more arguments>)
unexpected keyword 'overwrite_appengine_config' in call to py_appengine_test(name, srcs, deps = [], data = [], libraries = {}, size = None)
ERROR: error loading package 'upvote/gae': Package 'upvote/gae' contains errors
INFO: Elapsed time: 0.402s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
ERROR: Build failed. Not running target
FAILED: Build did NOT complete successfully (0 packages loaded)
I have tried overwrite_appengine_config = false, on upvote\gae\BUILD file but that didnt work.
And the build is still failing after the last update.
Any ideas?
Thanks!
Reactions are currently unavailable