Skip to content

Commit d83a4a1

Browse files
committed
Make sure we add new files as well
1 parent 945af3d commit d83a4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/update-transport-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ git config --global user.name elasticsearchmachine
4040
git config --global user.email '[email protected]'
4141

4242
gh pr checkout "${BUILDKITE_PULL_REQUEST}"
43-
git add -u .
43+
git add -A .
4444
git commit -m "$NEW_COMMIT_MESSAGE"
4545
git push
4646

0 commit comments

Comments
 (0)