Skip to content

Commit 9597865

Browse files
committed
config for circleci has updated
1 parent 1ed6c3f commit 9597865

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ workspace_attach: &workspace_attach
5656
at: ./
5757

5858
restore_cache_settings_for_build: &restore_cache_settings_for_build
59-
key: autopilot-{{ checksum "~/project/pom.xml" }}
59+
key: tc-autopilot-{{ checksum "~/project/pom.xml" }}
6060

6161
save_cache_settings: &save_cache_settings
6262
paths:
6363
- ~/.m2
64-
key: autopilot-{{ checksum "~/project/pom.xml" }}
64+
key: tc-autopilot-{{ checksum "~/project/pom.xml" }}
6565

6666
build_steps: &build_steps
6767
# Initialization.
@@ -80,7 +80,7 @@ build_steps: &build_steps
8080
name: "Buidling OR file"
8181
command: |
8282
source awsenvconf
83-
./buildproperties.sh -e $BUILD_ENV -k autopilot
83+
./buildproperties.sh -e $BUILD_ENV -k autopilotv1
8484
# mvn dependency:go-offline
8585
mvn clean package
8686
- save_cache: *save_cache_settings
@@ -116,7 +116,7 @@ jobs:
116116
LOGICAL_ENV: "dev"
117117
COMPONENT_BRANCH: "dev"
118118
DEPLOY_ENV: "DEV"
119-
APPNAME: "autopilot"
119+
APPNAME: "tc-autopilot"
120120
steps: *build_steps
121121

122122
"build-prod":
@@ -126,23 +126,23 @@ jobs:
126126
LOGICAL_ENV: "prod"
127127
DEPLOY_ENV: "PROD"
128128
COMPONENT_BRANCH: "master"
129-
APPNAME: "autopilot"
129+
APPNAME: "tc-autopilot"
130130
steps: *build_steps
131131

132132
deployDev:
133133
<<: *deploy_defaults
134134
environment:
135135
DEPLOY_ENV: "DEV"
136136
LOGICAL_ENV: "dev"
137-
APPNAME: "autopilot"
137+
APPNAME: "tc-autopilot"
138138
steps: *deploy_steps
139139

140140
deployProd:
141141
<<: *deploy_defaults
142142
environment:
143143
DEPLOY_ENV: "PROD"
144144
LOGICAL_ENV: "prod"
145-
APPNAME: "autopilot"
145+
APPNAME: "tc-autopilot"
146146
steps: *deploy_steps
147147

148148
workflows:

0 commit comments

Comments
 (0)