Skip to content

Commit

Permalink
Modify the generate script to actually generate the releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschaef-da committed Jul 20, 2021
1 parent d84882f commit 415c11a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions generate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh

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

ddit clean
ddit build
ddit release
done

0 comments on commit 415c11a

Please sign in to comment.