Skip to content

Commit

Permalink
pushing for build
Browse files Browse the repository at this point in the history
  • Loading branch information
T.j. Randall committed Aug 2, 2017
1 parent e3b9a62 commit e04e61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/sql/SybaseClient.bat.ftl
Expand Up @@ -25,7 +25,7 @@ exit /B 1
cd ${deployed.file.path}

echo 'execute deployment script'
${deployed.container.sybHome}\bin\isql.exe -S ${deployed.container.address} -D ${deployed.container.dbName} -U ${cmn.lookup('additionalOptions')!}${cmn.lookup('username')} -P ${cmn.lookup('additionalOptions')!}${cmn.lookup('password')} --retserverror -i @"${sqlScriptToExecute}"
${deployed.container.sybHome}\bin\isql.exe -S ${deployed.container.address} -D ${deployed.container.dbName} -U ${cmn.lookup('additionalOptions')!}${cmn.lookup('username')} -P ${cmn.lookup('additionalOptions')!}${cmn.lookup('password')} --retserverror -i @${sqlScriptToExecute}

set RES=%ERRORLEVEL%
if not %RES% == 0 (
Expand Down

0 comments on commit e04e61f

Please sign in to comment.