Skip to content

Commit 459f4c9

Browse files
committed
Testing CI without explicit HOME defined
1 parent d45830e commit 459f4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kube-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ setenforce 0
3333
# Mount root to fix dns issues
3434
# Define $HOME since somehow this is not defined
3535
# Changed from travis to GH Actions agent default user
36-
HOME=/home/runner
36+
#HOME=/home/runner
3737
sudo mount --make-rshared /
3838

3939
# Install conntrack (required by minikube/K8s 1.18+),

0 commit comments

Comments
 (0)