Skip to content

Commit 9c40ac5

Browse files
committed
ci: fixed config file
1 parent 1a8aacb commit 9c40ac5

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.circleci/config.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -92,33 +92,33 @@ jobs:
9292
source buildenvvar
9393
./master_deploy.sh -d ECS -e DEV -t latest -s test_communityapp_taskvar -i communityapp
9494
95-
# Build & Deploy against testing backend
96-
"build-qa":
97-
<<: *defaults
98-
steps:
99-
# Initialization.
100-
- checkout
101-
- setup_remote_docker
102-
- run: *install_dependency
103-
- run: *install_deploysuite
104-
# Restoration of node_modules from cache.
105-
- restore_cache: *restore_cache_settings_for_build
106-
- run:
107-
name: "configuring environment"
108-
command: |
109-
./awsconfiguration.sh DEV
110-
./buildenv.sh -e DEV -b qa_communityapp_buildvar,qa_communityapp_deployvar
111-
# Build of Docker image.
112-
- run: *build_docker_image
113-
# Caching node modules.
114-
- save_cache: *save_cache_settings
115-
# Deployment.
116-
- deploy:
117-
name: Running MasterScript
118-
command: |
119-
source awsenvconf
120-
source buildenvvar
121-
./master_deploy.sh -d ECS -e DEV -t latest -s qa_communityapp_taskvar -i communityapp
95+
# Build & Deploy against testing backend
96+
"build-qa":
97+
<<: *defaults
98+
steps:
99+
# Initialization.
100+
- checkout
101+
- setup_remote_docker
102+
- run: *install_dependency
103+
- run: *install_deploysuite
104+
# Restoration of node_modules from cache.
105+
- restore_cache: *restore_cache_settings_for_build
106+
- run:
107+
name: "configuring environment"
108+
command: |
109+
./awsconfiguration.sh DEV
110+
./buildenv.sh -e DEV -b qa_communityapp_buildvar,qa_communityapp_deployvar
111+
# Build of Docker image.
112+
- run: *build_docker_image
113+
# Caching node modules.
114+
- save_cache: *save_cache_settings
115+
# Deployment.
116+
- deploy:
117+
name: Running MasterScript
118+
command: |
119+
source awsenvconf
120+
source buildenvvar
121+
./master_deploy.sh -d ECS -e DEV -t latest -s qa_communityapp_taskvar -i communityapp
122122
123123
# Build & Deploy against prod api backend
124124
"build-prod-beta":

0 commit comments

Comments
 (0)