Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaway committed Jan 9, 2025
1 parent 24b817a commit 929fa52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/validate_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ function validate_changelog_changes() {

function validate_versions_and_changelogs() {
local commitToCompare=${1}
echo "Finding modified pipelines"
local -r -a modifiedPipelines=($(get_modified_pipelines ${commitToCompare}))
echo "Found modified pipelines"
local allPipelinesValid=true

stderr "Comparing versions and changelogs for pipelines that differ from the versions on '${commitToCompare}':"
Expand Down

0 comments on commit 929fa52

Please sign in to comment.