databrickslabs / cicd-templates

Manage your Databricks deployments and CI with code.
Other
201 stars 100 forks source link

Gitlab Integration Support #48

Closed Shasidhar closed 3 years ago

Shasidhar commented 3 years ago

Adding gitlab_ci yml file which will extend the porject support to Gitlab CI-CD The idea is:

  1. On every push to all branches we run unit-tests and integration tests
  2. On push to master we deploy the actual job along with running all tests

This change is Reviewable

renardeinside commented 3 years ago

@Shasidhar thanks a lot again!