Skip to content

Commit

Permalink
modify ci to expect existing proto.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice authored and wikiwong committed Sep 3, 2018
1 parent d5d4bb9 commit 8848161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# install binary, test commands
- run: go install ./...
- run: protolock
- run: protolock init
- run: stat proto.lock
- run: cat proto.lock | grep "testdata:/:test.proto"
- run: protolock status
- run: protolock commit

0 comments on commit 8848161

Please sign in to comment.