File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ stages:
1717 make : |
1818 make -C journalbeat check;
1919 make -C journalbeat update;
20- make -C x-pack/journalbeat check;
21- make -C x-pack/journalbeat update;
2220 make check-no-changes;
2321 arm :
2422 mage : " mage build unitTest"
Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ stages:
1717 make : |
1818 make -C packetbeat check;
1919 make -C packetbeat update;
20- make -C x-pack/packetbeat check;
21- make -C x-pack/packetbeat update;
2220 make check-no-changes;
21+ cd x-pack/packetbeat;
22+ mage check;
23+ mage update;
2324 arm :
2425 mage : " mage build unitTest"
2526 platforms : # # override default label in this specific stage.
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ platform: "immutable && ubuntu-18" ## default label for all the stages
1515stages :
1616 Lint :
1717 mage : |
18- mage -C x-pack/packetbeat check;
19- mage -C x-pack/packetbeat update;
18+ mage check;
19+ mage update;
20+ make : |
2021 make -C packetbeat check;
2122 make -C packetbeat update;
2223 make check-no-changes;
You can’t perform that action at this time.
0 commit comments