Skip to content

Commit

Permalink
GCP (#160)
Browse files Browse the repository at this point in the history
* wip

* wip

* wip

* wip

* fix tests

* wip

* whoops

* wip

* bugfixing

* bugfixing

* Added support to pushing to gcr

* Addressing cr

* debugging tests

* adding tests

* Fixing inspect

* fixing test

* adding tests

* more tests

* bugfixing
  • Loading branch information
juandiegopalomino authored Mar 28, 2021
1 parent fa0118b commit 476442a
Show file tree
Hide file tree
Showing 95 changed files with 3,585 additions and 221 deletions.
4 changes: 4 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ requests = ">=2.0,<3"
kubernetes = ">=12.0,<13"
python-hcl2 = ">=2.0,<3"
yamale = ">=3.0,<4"
google-api-python-client = ">=2.0.2,<2.1.0"
oauth2client = ">=4.1.3,<4.2.0"
google-cloud-storage = ">=1.36.2,<1.37.0"
google-auth = ">=1.27.1,<1.28"

[requires]
python_version = "3.8"
Expand Down
190 changes: 189 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 476442a

Please sign in to comment.