Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
87 stars 17 forks source link

Setup CICD with Google Cloud Build #2

Closed Philmod closed 1 year ago

Philmod commented 1 year ago

In order to use the hatch tool, we create a docker image with it.

This "build" only runs tests and lint for now.

To run a build manually: gcloud builds submit --project=kaggle-cicd --config=tools/cicd/cloudbuild.yaml .

Example of a successful build

Next:

http://b/305922956