Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devel/branch2obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if [ -n "$CLEANUP" ] || [ -n "$OBSOLETE" ]; then
config=$(gh -R "$repo_slug" variable get OBS_PROJECTS 2> /dev/null)
if [ -n "$config" ]; then
# remove the mapping for the deleted project
echo "$config" | jq "del(.[\"$project\"])" | gh -R "$repo_slug" variable set OBS_PROJECTS
echo "$config" | jq "del(.[\"$branch_name\"])" | gh -R "$repo_slug" variable set OBS_PROJECTS
fi
else
echo "Found obsolete project: $project"
Expand Down