GHA: Fix typos

This commit is contained in:
aboyko
2024-01-29 22:47:05 -05:00
parent 2cf19074e0
commit 141ecd977b

View File

@@ -48,7 +48,7 @@ jobs:
run: ./nohttp.sh
- name: Start TCP Dump
if: ${{ inputs.build_type == 'snapshot' }}
run:
run: |
cd eclipse-distribution
sudo apt-get install -y tcpdump
echo "Installed tcpdump"
@@ -88,7 +88,7 @@ jobs:
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.retryAttempts=60
- name: Stop TCP Dump
if: ${{ inputs.build_type == 'snapshot' }}
run:
run: |
ls -la
PID=`sudo pgrep tcpdump`
echo "PID=${PID}"