We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945af3d commit d83a4a1Copy full SHA for d83a4a1
.buildkite/scripts/update-transport-versions.sh
@@ -40,7 +40,7 @@ git config --global user.name elasticsearchmachine
40
git config --global user.email '[email protected]'
41
42
gh pr checkout "${BUILDKITE_PULL_REQUEST}"
43
-git add -u .
+git add -A .
44
git commit -m "$NEW_COMMIT_MESSAGE"
45
git push
46
0 commit comments