Skip to content

Commit

Permalink
Remove removed make action from CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
  • Loading branch information
kakkoyun committed Nov 19, 2019
1 parent dd1303f commit d6f100d
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 @@ -5,7 +5,7 @@ jobs:
- image: quay.io/coreos/jsonnet-ci
steps:
- checkout
- run: make --always-make vendor generate lint
- run: make --always-make vendor generate
- run: git diff --exit-code
workflows:
version: 2
Expand Down

0 comments on commit d6f100d

Please sign in to comment.