Skip to content

Commit e610f1d

Browse files
committed
circleci integration
1 parent 8eeaf14 commit e610f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployscripts/expand-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ JBDEPLOY=/home/apps/jboss-4.0.2/server/default/deploy
77
JBDEPLOYAPP=$JBDEPLOY/review.war
88
mkdir -p $JBDEPLOYAPP
99
cd $JBDEPLOYAPP
10-
jar -xf $DEPLOY_SRCPACKAGE
10+
/usr/local/java/jdk1.7.0_95/bin/jar -xf $DEPLOY_SRCPACKAGE

0 commit comments

Comments
 (0)