Use Sandbox Classic as DAML on SQL (#6095)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gerolf Seitz 2020-05-27 08:31:27 +02:00 committed by GitHub
parent 937aa88ce7
commit d55ebf08ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,8 +83,8 @@ steps:
DAML_ON_SQL=daml-on-sql-${{parameters.release_tag}}.jar
## Not built by default
bazel build //ledger/sandbox:sandbox-next-binary_deploy.jar
cp bazel-bin/ledger/sandbox/sandbox-next-binary_deploy.jar $(Build.StagingDirectory)/$DAML_ON_SQL
bazel build //ledger/sandbox:sandbox-binary_deploy.jar
cp bazel-bin/ledger/sandbox/sandbox-binary_deploy.jar $(Build.StagingDirectory)/$DAML_ON_SQL
echo "##vso[task.setvariable variable=daml-on-sql;isOutput=true]$DAML_ON_SQL"
JSON_API=http-json-${{parameters.release_tag}}.jar