Skip to content

Commit

Permalink
fix database name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
llecaque committed Jun 22, 2016
1 parent df9c5ff commit 2e79593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@


<exec command='sed -i "s*testDeploy*${new.deployment.name}*g" build.properties' dir="${build.dir.resolved}/package" />
<exec command='sed -i "s*package.folder=${new.deployment.name}*package.folder=taocorePR${env.ghprbPullId}*g" build.properties' dir="${build.dir.resolved}/package" />
<exec command='sed -i "s*package*${new.deployment.name}*g" db.properties' dir="${build.dir.resolved}/package" />


Expand Down

0 comments on commit 2e79593

Please sign in to comment.