Skip to content

Commit f6e6839

Browse files
committed
rename step
1 parent e06805f commit f6e6839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ jobs:
266266
shell: bash
267267
if: matrix.driver == 'none'
268268
run: sudo apt-get -qq -y install conntrack
269-
# socat is required for kubectl port forward which is used in some tests such as validateHelmTillerAddon
270-
- name: Install conntrack & socat (baremetal only)
269+
# socat is required for kubectl port forward which is used in some tests
270+
- name: Install socat (baremetal only)
271271
shell: bash
272272
if: matrix.driver == 'none'
273273
run: sudo apt-get -qq -y install socat

0 commit comments

Comments
 (0)