Skip to content

Commit 351c4f1

Browse files
committed
chore: fix typo in script
1 parent 7321994 commit 351c4f1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.scripts/update_readme_badges.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ for BIULD_WORKFLOW_FILE in .github/workflows/build_*.yaml; do
3535

3636
BIULD_WORKFLOW_NAME=$(yq -r '.name' "$BIULD_WORKFLOW_FILE")
3737
BIULD_WORKFLOW_BASENAME=$(basename "$BIULD_WORKFLOW_FILE")
38-
BIULD_WORKFLOW_WORKFLOW_URL="${GITHUB_ACTION_URL_PREFIX}/${BIULD_WORKFLOW_BASENAME}"
39-
BIULD_WORKFLOW_BADGE_URL="${BIULD_WORKFLOW_WORKFLOW_URL}/badge.svg"
38+
BIULD_WORKFLOW_URL="${GITHUB_ACTION_URL_PREFIX}/${BIULD_WORKFLOW_BASENAME}"
39+
BIULD_WORKFLOW_BADGE_URL="${BIULD_WORKFLOW_URL}/badge.svg"
4040

4141
# Append the image and link shortcuts to be printed at the end
4242
LINK_SHORTCUTS+=("[${BIULD_WORKFLOW_NAME}]: ${BIULD_WORKFLOW_BADGE_URL}")
43-
LINK_SHORTCUTS+=("[${BIULD_WORKFLOW_BASENAME}]: ${BIULD_WORKFLOW_WORKFLOW_URL}")
43+
LINK_SHORTCUTS+=("[${BIULD_WORKFLOW_BASENAME}]: ${BIULD_WORKFLOW_URL}")
4444

4545
# Print the cells which contain the shortcuts to the image and link:
4646
# eg: [![Build Airflow]][build_airflow.yaml]

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424
- spark: Add HBase connector ([#878], [#882]).
2525
- hbase: hbase-entrypoint.sh script to start and gracefully stop services ([#898]).
2626
- tools: install yq command line tool for YAML manipulation ([#912]).
27+
- ci: Handle release builds in the same build workflows ([#xxx]).
2728

2829
### Changed
2930

@@ -97,6 +98,7 @@ All notable changes to this project will be documented in this file.
9798
[#907]: https://github.com/stackabletech/docker-images/pull/907
9899
[#910]: https://github.com/stackabletech/docker-images/pull/910
99100
[#912]: https://github.com/stackabletech/docker-images/pull/912
101+
[#xxx]: https://github.com/stackabletech/docker-images/pull/xxx
100102

101103
## [24.7.0] - 2024-07-24
102104

0 commit comments

Comments
 (0)