mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-03-20 09:01:05 +08:00
* test * Fixed CI * Fixed tests * Fixed formatting * Fixed test error by removing chrono default features * Rename smoketests CI thing * Hopefully fix the testing issue * Fix typos * Fixed install git-hooks * Fixed formatting * Fixed compile error * fixed testing issues
9 lines
189 B
Bash
Executable File
9 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# An example hook script to prepare a packed repository for use over
|
|
# dumb transports.
|
|
#
|
|
# To enable this hook, rename this file to "post-update".
|
|
|
|
exec git update-server-info
|