-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Cloud Build test and release to Makefile (#312)
This moves the test and release cloudbuild.yaml over to using the `./build/Makefile`, so that it runs the same tooling as developers have locally! There are a few extra fixes/small features in here as well: - Makefile tasks would fail if the user didn't have cargo installed locally, or weren't using Linux. (this also solved the need to copy cargo binaries from image to host on release/cloudbuild.yaml). - cloudbuild.yaml now use git submodules to pull in external protos - Added a handy `make shell` command to get an interactive shell in the build image.
- Loading branch information
1 parent
131f51c
commit b212b16
Showing
10 changed files
with
56 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,7 @@ | |
# | ||
|
||
.* | ||
!.git | ||
!.dockerignore | ||
target | ||
quilkin-*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
license.html | ||
license.csv | ||
dependencies-src.zip | ||
quilkin-*.zip | ||
|
||
/quilkin.yaml | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters