scripts: require --tag for debug reload
This commit is contained in:
parent
299a5eb3d8
commit
2bae2ca2f0
4 changed files with 22 additions and 15 deletions
|
|
@ -1,5 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
./scripts/reload.sh
|
||||
if [[ $# -eq 0 ]]; then
|
||||
echo "error: reload2 requires a tag (example: ./scripts/reload2.sh --tag smoke)" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
./scripts/reload.sh "$@"
|
||||
./scripts/reloadp.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue