ci(hermes-agent-image): run release boundary where git exists

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jenkins 2026-08-18 16:14:35 -03:00
parent de221a0ae2
commit 381c3e7283

View File

@ -139,6 +139,7 @@ spec:
}
stage('Enforce release boundary') {
steps {
container('jnlp') {
sh '''
set -eu
mkdir -p build
@ -166,6 +167,7 @@ spec:
"${HERMES_IMAGE}:git-${actual_revision}-build-${BUILD_NUMBER}" \
> build/hermes-agent.destination
'''
}
}
}
stage('Reject replay before publish') {