Skip to content

Skip commented-out versions when building the list

Sarah German requested to merge 26-fix-versions into main

What does this MR do and why

When we build the versions list, we get the versions by greping archives.Dockerfile. When we do this, we should skip commented-out lines so that these are not included in the dropdown. This MR adds that additional logic of skipping comment lines.

Closes #26 (closed)

Validate locally

Check out this branch and run the script: ./scripts/build-version-list.sh

It should no longer include the word "COPY" as a version.

Screenshots

Before After
image image
Edited by Sarah German

Merge request reports