Skip to content

Commit 51888b5

Browse files
committed
fixup! Update schema-publish.sh
Remove speculative comments
1 parent 10b0514 commit 51888b5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

scripts/schema-publish.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,6 @@ publish_schema() {
3131
mv "$target.json" "$target"
3232

3333
# Find the jekyll lander markdown file for this iteration.
34-
35-
# Define jekyllLander by referencing a markdown file whose name matches the
36-
# iteration date. This approach would work with today's jekyll landers
37-
# local jekyllLander=$deploydir/$base/$date.md
38-
39-
# Define jekyllLander by referencing a static file
40-
# local jekyllLander=$deploydir/$base/latest.md
41-
42-
# Define jekyllLander by finding the first markdown file already-present in the
43-
# deploy directory.
44-
# local jekyllLander=$(find "$deploydir/$base" -maxdepth 1 -name "*.md" | head -n 1)
45-
46-
# Define jekyllLander by finding all the markdown files already-present in the
47-
# deploy directory. If multiple files are present, this script will fail as it
48-
# attempts to move these multiple files to a single $target.md
49-
# This behavior is the closest match to that of the previous version of the
50-
# schema-publish script.
5134
local jekyllLander=$(find "$deploydir/$base" -maxdepth 1 -name "*.md")
5235

5336
# Move the jekyll lander markdown for this iteration to the deploy destination.

0 commit comments

Comments
 (0)