We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cd2cd commit c538ad1Copy full SHA for c538ad1
2 files changed
dev/vendor-lib.sh
@@ -122,6 +122,14 @@ for pkg in $ALL_PACKAGES; do
122
done
123
124
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
+
133
# Create go.mod file
134
echo ""
135
echo "Creating go.mod file..."
0 commit comments