This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
missing com_google_cloud_sdk #90
Comments
ah, looks like I had to add:
may be worth mentioning in docs for post 0.0.8? |
found another issue, on this line: https://github.com/bazelbuild/rules_appengine/blob/master/appengine/py/appengine_deploy.sh.template#L26
tmp_dir=$(echo ${TMPDIR:-/tmp}/war.XXXXXXXX | tr -s /)
tmp_dir="$(mktemp -d "${tmp_dir}")" still have another error deploying, investigating |
so now it seems like the update: I had to set |
If this investigation leads to some bug fixes, please send me a PR |
thehesiod
added a commit
to thehesiod-forks/rules_appengine
that referenced
this issue
Nov 12, 2018
Merged
let me know what you guys think: #91 |
pmbethe09
pushed a commit
that referenced
this issue
Nov 13, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried updating google/upvote to use 0.0.8 but then ran into:
/monolith_binary.deploy: line 26: ${{TMPDIR:-/tmp}}/war.XXXXXXXX: bad substitution
presumably due to double curly braces that seems to be fixed in the latest release.
Using head I get:
upvote/gae/BUILD:15:1: no such package '@com_google_cloud_sdk//': The repository could not be resolved and referenced by '//upvote/gae:monolith_binary.deploy'
The text was updated successfully, but these errors were encountered: