Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

add vendor script to the commit #507

Merged
merged 1 commit into from
Jan 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ make vendor-update
4. Commit updated glide files and vendor

```bash
git add glide.yaml glide.lock vendor
git add glide.yaml glide.lock scripts/vendor-openshift.sh vendor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like I mentioned before, wouldn't this all be easier just to do a git add . and add a note here not not include and .go changes?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that listing files explicitly like this is much safer.

git commit
```

Expand Down