Skip to content

Commit

Permalink
Add the vtadmin web directory to the release packages (vitessio#12639)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Mar 20, 2023
1 parent 2b43fd7 commit e68b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-release-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ done;

# Copy remaining files, preserving date/permissions
# But resolving symlinks
cp -rpfL examples "${RELEASE_DIR}"
cp -rpfL {web,examples} "${RELEASE_DIR}"

echo "Follow the installation instructions at: https://vitess.io/docs/get-started/local/" > "${RELEASE_DIR}"/examples/README.md

Expand Down

0 comments on commit e68b5d5

Please sign in to comment.