Skip to content

Commit 8e7d874

Browse files
committed
Avoid possibility of adding config/private.yml
`git add --all` is too heavy handed a command. It is better to not rely on the `.gitignore`. [#169054090](https://www.pivotaltracker.com/story/show/169054090)
1 parent 9a2ec5a commit 8e7d874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tasks/bump-cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ run:
5050
bosh add-blob ../cli-binary-linux-64/cf-cli_${LATEST_CLI_VERSION}_linux_x86-64.tgz cf-cli_${LATEST_CLI_VERSION}_linux_x86-64.tgz
5151
bosh upload-blobs
5252
53-
git add --all
53+
git add config/blobs.yml
5454
git status
5555
git commit -m "bump cli to ${LATEST_CLI_VERSION}"
5656
else

0 commit comments

Comments
 (0)