Compare commits

..

1 commit

Author SHA1 Message Date
Agent
eaff5c808b fix: fix: disinto release uses undefined PROJECT_REPO variable (#166)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/pr/smoke-init Pipeline was successful
2026-04-03 06:13:36 +00:00

View file

@ -2889,12 +2889,6 @@ disinto_release() {
exit 1 exit 1
fi fi
# Load project config to get FORGE_OPS_REPO
local project_toml="${FACTORY_ROOT}/projects/${PROJECT_NAME}.toml"
if [ -n "${PROJECT_NAME:-}" ] && [ -f "$project_toml" ]; then
source "${FACTORY_ROOT}/lib/load-project.sh" "$project_toml"
fi
# Check formula exists # Check formula exists
if [ ! -f "$formula_path" ]; then if [ ! -f "$formula_path" ]; then
echo "Error: release formula not found at ${formula_path}" >&2 echo "Error: release formula not found at ${formula_path}" >&2