Compare commits
1 commit
25e9d21989
...
eaff5c808b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eaff5c808b |
1 changed files with 0 additions and 6 deletions
|
|
@ -2889,12 +2889,6 @@ disinto_release() {
|
|||
exit 1
|
||||
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
|
||||
if [ ! -f "$formula_path" ]; then
|
||||
echo "Error: release formula not found at ${formula_path}" >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue