Compare commits
1 commit
eaff5c808b
...
25e9d21989
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25e9d21989 |
1 changed files with 6 additions and 0 deletions
|
|
@ -2889,6 +2889,12 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue