Skip to content

Commit 445723a

Browse files
authored
Merge pull request #214 from jiaoshuntian/v5.3
Fix: Removed the .urls //= {} initialization line.
2 parents 7145cdb + 9dd02e2 commit 445723a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/merge-build-push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
fi
9494
9595
# Add / support symbolic paths for the latest version + redirect:to
96-
yq -i '.urls //= {}' "$PLAYBOOK_FILE" # If the urls key does not exist, first create an empty object.
97-
9896
yq -i '.urls.latest_version_segment = "latest"' "$PLAYBOOK_FILE"
9997
yq -i '.urls.latest_version_segment_strategy = "redirect:to"' "$PLAYBOOK_FILE"
10098

0 commit comments

Comments
 (0)