Skip to content

Commit

Permalink
Fix release testdata update script (#7953)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Apr 10, 2024
1 parent 2124614 commit 1fdea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/golden_create_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git remote add upstream [email protected]:${UPSTREAM_ORG}/${REPO}.git
git checkout -b $PR_BRANCH

git diff
git add release/cli/pkg/test/testdata/*.yaml
git add release/cli/pkg/operations/testdata/*.yaml
# If some other files get modified, the changes should be ignored
git restore .
FILES_ADDED=$(git diff --staged --name-only)
Expand Down

0 comments on commit 1fdea5e

Please sign in to comment.