mirror of
https://github.com/google/nomulus
synced 2026-08-15 19:56:08 +00:00
Remove dangling shell script: rollback_tool (#2984)
Underlying python lib for AppEngine rollback is already gone.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
# Wrapper for rollback_tool.py.
|
||||
cd $(dirname $0)
|
||||
python3 ./release/rollback/rollback_tool.py "$@"
|
||||
exit $?
|
||||
Reference in New Issue
Block a user