-
Notifications
You must be signed in to change notification settings - Fork 45
/
settings.sh
24 lines (18 loc) · 957 Bytes
/
settings.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# bash script to be sourced to set environment variables for OpenShift scripts
export PROJECT_NAMESPACE="b7aa30"
export PROJECT_OS_DIR=${PROJECT_OS_DIR:-../../openshift}
# 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=""
export GIT_URI="https://github.com/bcgov/jag-lcrb-carla-public.git"
export GIT_REF="master"
# The project components
# - defaults to the support the Simple Project Structure
export components=${components:-"cllc-public-app carla-spice-sync-service geocoder-service file-manager-service one-stop-service pdf-service"}
# The builds to be triggered after buildconfigs created (not auto-triggered)
export builds=${builds:-""}
# The images to be tagged after build
export images=${images:-"cllc-public"}
# The routes for the project
export routes=${routes:-""}