Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions dev/vendor-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ for pkg in $ALL_PACKAGES; do
done
done

# Keep the generated batch spec schema in sync with the source repository.
# This file can be missed by package discovery, but src-cli validates batch
# specs against it at runtime.
echo ""
echo "Copying generated batch spec schema..."
mkdir -p "$DEST_LIB/batches/schema"
cp "$SRC_LIB/batches/schema/batch_spec_stringdata.go" "$DEST_LIB/batches/schema/"

# Create go.mod file
echo ""
echo "Creating go.mod file..."
Expand Down
Loading
Loading