1
1
version : 2
2
2
defaults : &defaults
3
3
docker :
4
- - image : maven:3.6.1-jdk-7
4
+ - image : maven:3.6.1-jdk-8
5
5
6
6
deploy_defaults : &deploy_defaults
7
7
docker :
@@ -33,18 +33,18 @@ install_deploysuite: &install_deploysuite
33
33
cp ./../buildscript/buildenv.sh .
34
34
cp ./../buildscript/awsconfiguration.sh .
35
35
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
40
40
41
41
build_components : &build_components
42
42
name : Building of components
43
43
command : |
44
- cd ../tc-online-review-backend
44
+ # cd ../tc-online-review-backend
45
45
./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
48
48
49
49
workspace_persist : &workspace_persist
50
50
root : ~/
@@ -67,7 +67,7 @@ build_steps: &build_steps
67
67
- run : *install_dependency
68
68
- checkout
69
69
- run : *install_deploysuite
70
- - run : *fetch_component_src
70
+ # - run: *fetch_component_src
71
71
- restore_cache : *restore_cache_settings_for_build
72
72
- run : *build_components
73
73
- run :
0 commit comments