Skip to content

Commit c538ad1

Browse files
authored
chore: update batch spec stringdata (#1329)
1 parent 06cd2cd commit c538ad1

2 files changed

Lines changed: 362 additions & 123 deletions

File tree

dev/vendor-lib.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ for pkg in $ALL_PACKAGES; do
122122
done
123123
done
124124

125+
# Keep the generated batch spec schema in sync with the source repository.
126+
# This file can be missed by package discovery, but src-cli validates batch
127+
# specs against it at runtime.
128+
echo ""
129+
echo "Copying generated batch spec schema..."
130+
mkdir -p "$DEST_LIB/batches/schema"
131+
cp "$SRC_LIB/batches/schema/batch_spec_stringdata.go" "$DEST_LIB/batches/schema/"
132+
125133
# Create go.mod file
126134
echo ""
127135
echo "Creating go.mod file..."

0 commit comments

Comments
 (0)