mirror of
https://github.com/coder/code-server.git
synced 2026-06-07 12:54:31 +00:00
Shake CI and docs up
This commit is contained in:
11
ci/clean.sh
Executable file
11
ci/clean.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
git clean -xffd
|
||||
git submodule foreach --recursive git clean -xffd
|
||||
git submodule foreach --recursive git reset --hard
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user