Compare commits

..

1 commit

Author SHA1 Message Date
dev-qwen2
d14ae52bef fix: tech-debt: init --dry-run shows batch seed→deploy but real run is interleaved (#950)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline failed
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline failed
ci/woodpecker/pr/smoke-init Pipeline failed
2026-04-17 15:17:28 +00:00

View file

@ -794,7 +794,6 @@ _disinto_init_nomad() {
done
local IFS=' '
echo "[deploy] deployment order: ${DEPLOY_ORDER}"
for svc in $DEPLOY_ORDER; do
# Seed this service (if seed script exists)
local seed_name="$svc"
@ -811,7 +810,6 @@ _disinto_init_nomad() {
# Deploy this service
echo "── Deploy services dry-run ────────────────────────────"
echo "[deploy] services to deploy: ${with_services}"
local jobspec_path="${FACTORY_ROOT}/nomad/jobs/${svc}.hcl"
if [ ! -f "$jobspec_path" ]; then
echo "Error: jobspec not found: ${jobspec_path}" >&2