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

Commit 23f6d81

Browse files
committed
merge changes from master
2 parents c30a98a + 67736e2 commit 23f6d81

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ install_dependency: &install_dependency
2121
wget http://downloads.sourceforge.net/project/jboss/JBoss/JBoss-4.2.3.GA/jboss-4.2.3.GA-jdk6.zip
2222
unzip jboss-4.2.3.GA-jdk6.zip
2323
cd project
24-
2524
install_deploysuite: &install_deploysuite
2625
name: Installation of install_deploysuite.
2726
command: |
2827
git clone --branch v1.3 https://github.com/topcoder-platform/tc-deploy-scripts ../buildscript
2928
cp ./../buildscript/master_deploy.sh .
3029
cp ./../buildscript/buildenv.sh .
3130
cp ./../buildscript/awsconfiguration.sh .
32-
3331
build_steps: &build_steps
3432
# Initialization.
3533
- run: *install_dependency
@@ -66,7 +64,6 @@ build_steps: &build_steps
6664
cp -f buildvar-web.conf buildvar.conf
6765
./deploy.sh $BUILD_ENV $VER
6866
#cp ./../buildscript/master_deploy.sh .
69-
7067
jobs:
7168
# Build & Deploy against development backend
7269
"build-dev":
@@ -104,4 +101,3 @@ workflows:
104101
filters:
105102
branches:
106103
only: master
107-

deploy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,3 @@ else
147147
fi
148148
cd_deploy
149149
cd_deploy_status
150-
151-

0 commit comments

Comments
 (0)