Skip to content

Commit

Permalink
[lint][CI] fix linting for x-pack/packetbeat and x-pack/journalbeat (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 29, 2021
1 parent 0b04b71 commit 6c69afc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions journalbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ stages:
make: |
make -C journalbeat check;
make -C journalbeat update;
make -C x-pack/journalbeat check;
make -C x-pack/journalbeat update;
make check-no-changes;
arm:
mage: "mage build unitTest"
Expand Down
5 changes: 3 additions & 2 deletions packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ stages:
make: |
make -C packetbeat check;
make -C packetbeat update;
make -C x-pack/packetbeat check;
make -C x-pack/packetbeat update;
make check-no-changes;
cd x-pack/packetbeat;
mage check;
mage update;
arm:
mage: "mage build unitTest"
platforms: ## override default label in this specific stage.
Expand Down
5 changes: 3 additions & 2 deletions x-pack/packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ platform: "immutable && ubuntu-18" ## default label for all the stages
stages:
Lint:
mage: |
mage -C x-pack/packetbeat check;
mage -C x-pack/packetbeat update;
mage check;
mage update;
make: |
make -C packetbeat check;
make -C packetbeat update;
make check-no-changes;
Expand Down

0 comments on commit 6c69afc

Please sign in to comment.