Skip to content

Commit c50ef7f

Browse files
committed
Update ci-build.sh
1 parent 79e694b commit c50ef7f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bin/ci-build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ printf "# Drafts\n\n" > "${DRAFTS_FILE}"
4949
echo "The following are _candidate_ RFCs that are being rendered for easy review. They are *not* accepted St. Jude Rust Labs RFCs. For more information please see [the associated pull request](https://github.com/stjude-rust-labs/rfcs/pulls)." >> "${DRAFTS_FILE}"
5050
printf "\n\n" >> "${DRAFTS_FILE}"
5151

52-
# for CURRENT_BRANCH in "${BRANCHES[@]}"; do
53-
# if [[ "${CURRENT_BRANCH}" != "main" ]]; then
54-
# echo "- [${CURRENT_BRANCH}](https://stjudecloud.github.io/rfcs/branches/$CURRENT_BRANCH)" >> "${DRAFTS_FILE}"
55-
# fi
56-
# done
52+
for CURRENT_BRANCH in "${BRANCHES[@]}"; do
53+
if [[ "${CURRENT_BRANCH}" != "main" ]]; then
54+
echo "- [${CURRENT_BRANCH}](https://silver-adventure-kr7jen5.pages.github.io//rfcs/branches/$CURRENT_BRANCH)" >> "${DRAFTS_FILE}"
55+
fi
56+
done
5757

5858
# Loop through rfc branches, build and copy each to output dir
5959
echo "== Build RFC Branches =="

0 commit comments

Comments
 (0)