mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
fix a wrong path to ci script (#1646)
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
|||||||
$CMD >> output.txt
|
$CMD >> output.txt
|
||||||
sed -z -i 's/\n\n/\n/g' output.txt
|
sed -z -i 's/\n\n/\n/g' output.txt
|
||||||
cat output.txt | egrep -n -i ''
|
cat output.txt | egrep -n -i ''
|
||||||
SUMMARY=$(./scripts/ci/extrinsic-ordering-filter.sh output.txt)
|
SUMMARY=$(./scripts/ci/github/extrinsic-ordering-filter.sh output.txt)
|
||||||
echo -e $SUMMARY
|
echo -e $SUMMARY
|
||||||
echo -e $SUMMARY >> output.txt
|
echo -e $SUMMARY >> output.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user