Skip to content

Commit 8e9cb8b

Browse files
committed
Don't modify /etc/hosts
1 parent d8ac05a commit 8e9cb8b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/iceberg_spark_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
iceberg-short-version: ${{ matrix.iceberg-version.short }}
7070
scala-version: ${{ matrix.scala-version }}
7171
spark-short-version: ${{ matrix.spark-version.short }}
72-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
7372
- name: Run Iceberg Spark tests
7473
run: |
7574
cd apache-iceberg

.github/workflows/iceberg_spark_test_native_datafusion.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
iceberg-short-version: ${{ matrix.iceberg-version.short }}
7070
scala-version: ${{ matrix.scala-version }}
7171
spark-short-version: ${{ matrix.spark-version.short }}
72-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
7372
- name: Run Iceberg Spark tests
7473
run: |
7574
cd apache-iceberg

.github/workflows/iceberg_spark_test_native_iceberg_compat.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
iceberg-short-version: ${{ matrix.iceberg-version.short }}
7070
scala-version: ${{ matrix.scala-version }}
7171
spark-short-version: ${{ matrix.spark-version.short }}
72-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
7372
- name: Run Iceberg Spark tests
7473
run: |
7574
cd apache-iceberg

0 commit comments

Comments
 (0)