Skip to content

Commit 69bb1d1

Browse files
authored
Allow runners to run as root (#190)
Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
1 parent 7e892dd commit 69bb1d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runners/s390x-runners-generator.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
export RUNNER_ALLOW_RUNASROOT=1
4+
35
while !(ping -q -c 1 -W 1 google.com >/dev/null)
46
do
57
echo "waiting for internet connectivity..."

0 commit comments

Comments
 (0)