Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
cilint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jan 5, 2021
1 parent fef1994 commit 4182ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,11 @@ jobs:
keys:
- ship-lint-build-cache
- run:
name: make test
name: make cilint
command: |
mkdir -p $GOCACHE
ls /go/src/github.com/replicatedhq/ship/pkg
make cilint
- save_cache:
paths:
Expand Down

0 comments on commit 4182ecd

Please sign in to comment.