|
|
export PROJECT_NAMESPACE=${PROJECT_NAMESPACE:-jag-csb-edivorce}
|
|
|
export GIT_URI=${GIT_URI:-"https://github.com/bcgov/eDivorce.git"}
|
|
|
export GIT_REF=${GIT_REF:-"master"}
|
|
|
|
|
|
# The project components
|
|
|
# - They are all contained under the main OpenShift folder.
|
|
|
export components="."
|
|
|
|
|
|
# The templates that should not have their GIT referances(uri and ref) over-ridden
|
|
|
# Templates NOT in this list will have they GIT referances over-ridden
|
|
|
# with the values of GIT_URI and GIT_REF
|
|
|
export -a skip_git_overrides="schema-spy-build.json s2i-nginx-build.json"
|
|
|
|
|
|
# The templates that should not have their GIT referances(uri and ref) over-ridden
|
|
|
# Templates NOT in this list will have they GIT referances over-ridden with the values of GIT_URI and GIT_REF
|
|
|
export skip_git_overrides=""
|
|
|
|
|
|
# The builds to be triggered after buildconfigs created (not auto-triggered)
|
|
|
export builds=""
|
|
|
|
|
|
# The images to be tagged after build
|
|
|
export images="nginx-proxy weasyprint edivorce-django postgresql"
|
|
|
|
|
|
# The routes for the project
|
|
|
export routes="nginx-proxy"
|