Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Makefile/cloudbuild.yaml cleanup #93

Open
ianlewis opened this issue Jul 13, 2019 · 1 comment
Open

Makefile/cloudbuild.yaml cleanup #93

ianlewis opened this issue Jul 13, 2019 · 1 comment
Assignees
Labels
area: project Issue with the project repo & build process kind: enhancement New feature or request priority: p2 Normal priority

Comments

@ianlewis
Copy link
Contributor

A lot of build steps are duplicated in Makefile and cloudbuild.yaml. These could be cleaned up and unified.

@ianlewis ianlewis added kind: enhancement New feature or request area: project Issue with the project repo & build process priority: p2 Normal priority labels Jul 13, 2019
@ianlewis ianlewis self-assigned this Jul 13, 2019
@ianlewis
Copy link
Contributor Author

We are now using the same Docker images for running commands as we are in cloudbuild after #128 .

You can run cloud build locally with the cloud-build-local tool but you can't run individual commands and it requires that you install gcloud in order to install it.

There doesn't seem to be a good way to de-duplicate commands without combining all the cloud build steps into a single step. Maybe creating a single big image with all dependencies installed and running commands using that image is the best option?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: project Issue with the project repo & build process kind: enhancement New feature or request priority: p2 Normal priority
Projects
None yet
Development

No branches or pull requests

1 participant