Fix for RPMs for moderncppkafka.sh #9990
Annotations
1 warning and 4 notices
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
moderncppkafka.sh#L8
Invalid script shebang. Use exactly "#!/bin/bash -e" to match aliBuild environment. You may see spurious errors until you fix the shebang. [ali:bad-shebang]
|
moderncppkafka.sh#L18
"mkdir && rsync" ignores errors if "mkdir" fails; prefer writing the commands on separate lines [ali:masked-exitcode]
|
moderncppkafka.sh#L18
Double quote to prevent globbing and word splitting. [SC2086]
|
moderncppkafka.sh#L18
Double quote to prevent globbing and word splitting. [SC2086]
|
This job succeeded
Loading