Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 9de04d0

Browse files
committed
maven build integration
1 parent c5d3d8f commit 9de04d0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: maven:3.6.1-jdk-7
4+
- image: maven:3.6.1-jdk-8
55

66
deploy_defaults: &deploy_defaults
77
docker:
@@ -33,18 +33,18 @@ install_deploysuite: &install_deploysuite
3333
cp ./../buildscript/buildenv.sh .
3434
cp ./../buildscript/awsconfiguration.sh .
3535
36-
fetch_component_src: &fetch_component_src
37-
name: Installation of fetch_component_src.
38-
command: |
39-
git clone --branch ${COMPONENT_BRANCH} https://github.com/topcoder-platform/tc-online-review-backend ../tc-online-review-backend
36+
# fetch_component_src: &fetch_component_src
37+
# name: Installation of fetch_component_src.
38+
# command: |
39+
# git clone --branch ${COMPONENT_BRANCH} https://github.com/topcoder-platform/tc-online-review-backend ../tc-online-review-backend
4040

4141
build_components: &build_components
4242
name: Building of components
4343
command: |
44-
cd ../tc-online-review-backend
44+
# cd ../tc-online-review-backend
4545
./install-third-dep.sh
46-
mvn -Dhttps.protocols=TLSv1.2 -DskipTests=true clean install
47-
cd ~/project
46+
# mvn -Dhttps.protocols=TLSv1.2 -DskipTests=true clean install
47+
# cd ~/project
4848
4949
workspace_persist: &workspace_persist
5050
root: ~/
@@ -67,7 +67,7 @@ build_steps: &build_steps
6767
- run: *install_dependency
6868
- checkout
6969
- run: *install_deploysuite
70-
- run: *fetch_component_src
70+
# - run: *fetch_component_src
7171
- restore_cache: *restore_cache_settings_for_build
7272
- run: *build_components
7373
- run:

0 commit comments

Comments
 (0)