Closed matthieu-foucault closed 5 years ago
This allows to use additional template parameters by overriding OC_TEMPLATE_VARS in a project's Makefile, e.g.:
OC_TEMPLATE_VARS
OC_TEMPLATE_VARS += METABASE_VERSION=v0.33.0-RC1 METABASE_BRANCH=bcgov
Not sure about testing, I'll have to think about it. Right now I've been doing some ad hoc testing by having my .pipeline submodule point to this feature branch
.pipeline
This allows to use additional template parameters by overriding
OC_TEMPLATE_VARS
in a project's Makefile, e.g.: