gabriel / musehub public
publish-issue.sh bash
5 lines 284 B
Raw
sha256:c3910cc561368d2b40576c1fbb0841b5d3abefd0a65c96c85114a7238222c77c fix: root-of-push snapshots were never hash-verified before… Sonnet 5 patch 3 days ago
1 #!/usr/bin/env bash
2 # publish-issue.sh — copy a staging ticket's current content to production, on demand.
3 # One-way, idempotent (re-running updates the existing mirror). See #186.
4 set -euo pipefail
5 exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/publish_issue.py" "$@"
File History 1 commit
sha256:c3910cc561368d2b40576c1fbb0841b5d3abefd0a65c96c85114a7238222c77c fix: root-of-push snapshots were never hash-verified before… Sonnet 5 patch 3 days ago