scripts/ci/smoke.sh
Metadata
- Purpose: Automation script used in local development, CI, or deployment flow.
- Domain:
scripts - Language:
bash - Bytes: 102
- Lines: 5
- Content hash (short):
9ce43eb4 - Source (start): scripts/ci/smoke.sh:1
- Source (end): scripts/ci/smoke.sh:5
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
#!/usr/bin/env bash
set -euo pipefail
echo "Smoke checks are performed in environment after deploy."