Skip to content

Commit

Permalink
Reconfigure to include the beginnings of a script that will generate …
Browse files Browse the repository at this point in the history
…a large number of GH releases.
  • Loading branch information
mschaef-da committed Jul 20, 2021
1 parent 1ba9dca commit d84882f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 109 deletions.
15 changes: 15 additions & 0 deletions dabl-meta.template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Copyright (c) 2021, Digital Asset (Switzerland) GmbH and/or its affiliates.
## SPDX-License-Identifier: Apache-2.0

catalog:
name: dabl-volume-test
group_id: com.digitalasset
version: 0.0.XYZZY
short_description: Volume Test Project
description: Volume Test Project
author: Digital Asset (Switzerland) GmbH
license: Apache-2.0
tags: [ integration ]
icon_file: integration-icon.svg
source_url: https://github.com/mschaef-da/daml-dit-integration-core-voltest
integration_types: []
109 changes: 0 additions & 109 deletions dabl-meta.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

for ii in $(seq 0 10);
do
cat dabl-meta.template.yaml | sed s/XYZZY/${ii}/
done

0 comments on commit d84882f

Please sign in to comment.