Closed captainrandom closed 4 years ago
This is the picture showing what happens when the test-circleci branch runs:
This shows when either GCLOUD_SERVICE_KEY and/or GOOGLE_PROJECT_ID have not been specified:
This shows the google upload actually being called. Normally it would succeed, but I don't have the creds locally on my laptop and can't really show it without pushing to master at the moment:
Here is a link to the changes applied applied to the test branch built on circleci: https://circleci.com/gh/Public-Tree-Map/public-tree-map-data-pipeline/775
Keep in mind that this pushes files to google storage for master only.
resolves #85
only uploads tree data to google cloud when building the master branch.
Motivation and context
don't want to override "prod" data affecting the website when testing.
Screenshots
to be shot ...
What I did