HarvsG / r-SpaceX-AI-Bot

A google cloud function for a r/SpaceX chatbot using the r/SpaceX API
Other
5 stars 2 forks source link

Travis CI deploy not succeeding despite code being good #3

Closed HarvsG closed 6 years ago

HarvsG commented 6 years ago

Issue opened with on google cloud functions hub.

HarvsG commented 6 years ago

Fixed by using the new command format as found here so

-      - gcloud --quiet beta functions deploy SpaceXFulfillment --source-url https://source.developers.google.com/p/r-spacex-ai/r/r-SpaceX-AI-google-source-repo --source-path / --source-branch master --trigger-http
+      - gcloud --quiet beta functions deploy SpaceXFulfillment --source https://source.developers.google.com/projects/r-spacex-ai/repos/r-SpaceX-AI-google-source-repo/moveable-aliases/master --trigger-http