This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,13 @@ install_dependency: &install_dependency
21
21
wget http://downloads.sourceforge.net/project/jboss/JBoss/JBoss-4.2.3.GA/jboss-4.2.3.GA-jdk6.zip
22
22
unzip jboss-4.2.3.GA-jdk6.zip
23
23
cd project
24
-
25
24
install_deploysuite : &install_deploysuite
26
25
name : Installation of install_deploysuite.
27
26
command : |
28
27
git clone --branch v1.3 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
29
28
cp ./../buildscript/master_deploy.sh .
30
29
cp ./../buildscript/buildenv.sh .
31
30
cp ./../buildscript/awsconfiguration.sh .
32
-
33
31
build_steps : &build_steps
34
32
# Initialization.
35
33
- run : *install_dependency
@@ -66,7 +64,6 @@ build_steps: &build_steps
66
64
cp -f buildvar-web.conf buildvar.conf
67
65
./deploy.sh $BUILD_ENV $VER
68
66
#cp ./../buildscript/master_deploy.sh .
69
-
70
67
jobs :
71
68
# Build & Deploy against development backend
72
69
" build-dev " :
@@ -104,4 +101,3 @@ workflows:
104
101
filters :
105
102
branches :
106
103
only : master
107
-
Original file line number Diff line number Diff line change 147
147
fi
148
148
cd_deploy
149
149
cd_deploy_status
150
-
151
-
You can’t perform that action at this time.
0 commit comments