We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a280bc commit 8a33221Copy full SHA for 8a33221
scripts/publish-new-version.sh
@@ -110,7 +110,7 @@ PLAYBOOK_FILES=("$DOCS_DIRECTORY/antora-playbook.yml" "$DOCS_DIRECTORY/local-ant
110
# Loop through each playbook file
111
for yaml_file in "${PLAYBOOK_FILES[@]}"; do
112
# Update all sources except stackable-cockpit.
113
- yq "with(.content.sources.[]; select(.url | test(\".*(stackable-cockpit).*\") | not) | .branches |= .[:1] + [\"release-25.7\"] + .[1:])" -i "$yaml_file"
+ yq "with(.content.sources.[]; select(.url | test(\".*(stackable-cockpit).*\") | not) | .branches |= .[:1] + [\"$BRANCH\"] + .[1:])" -i "$yaml_file"
114
done
115
116
# ------------------------------
0 commit comments