Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

update pouchlinter to 0.2.4 #1009

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
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 .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
docker:
# this image is build from Dockerfile
# https://github.com/pouchcontainer/pouchlinter/blob/master/Dockerfile
- image: pouchcontainer/pouchlinter:v0.2.3
- image: pouchcontainer/pouchlinter:v0.2.4
working_directory: /go/src/github.com/dragonflyoss/Dragonfly
steps:
- checkout
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ script:

# after_success:
# - bash <(curl -s https://codecov.io/bash) || echo "Failed to report code coverage!"

cache:
Copy link
Contributor

Choose a reason for hiding this comment

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

Why to delete this, is this related to pouchlinter?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No. I think this config is for previous Java version. Do we still need that?

Copy link
Contributor

@allencloud allencloud Oct 17, 2019

Choose a reason for hiding this comment

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

No, we don't. While could you help to confirm that? @lowzj

directories:
- .autoconf
- $HOME/.m2