Skip to content

Commit

Permalink
Fix TRAMPOLINE_BUILD_FILE in docs/common.cfg. (#143)
Browse files Browse the repository at this point in the history
* Update common.cfg

* Make executable.
  • Loading branch information
busunkim96 authored Jul 23, 2019
1 parent 1873811 commit 6275913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/docs/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-python/.kokoro/publish-docs.sh"
value: "github/python-ndb/.kokoro/publish-docs.sh"
}

env_vars: {
Expand All @@ -45,4 +45,4 @@ before_action {
keyname: "docuploader_service_account"
}
}
}
}
Empty file modified .kokoro/publish-docs.sh
100644 → 100755
Empty file.

0 comments on commit 6275913

Please sign in to comment.