Skip to content

Commit 2cfcd46

Browse files
committed
fix debug log for builder permission error
1 parent 2247d97 commit 2cfcd46

12 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/build-azl3-immutable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

.github/workflows/build-azl3-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

.github/workflows/build-azl3-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

.github/workflows/build-elxr12-immutable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

.github/workflows/build-elxr12-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

.github/workflows/build-elxr12-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
if [ -f os-image-composer.log ]; then
9595
echo "=== os-image-composer.log ==="
96-
cat os-image-composer.log
96+
sudo cat os-image-composer.log
9797
else
9898
echo "os-image-composer.log not found"
9999
fi

.github/workflows/build-emt3-immutable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

.github/workflows/build-emt3-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

.github/workflows/build-emt3-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

.github/workflows/build-ubuntu24-immutable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
if [ -f os-image-composer.log ]; then
9494
echo "=== os-image-composer.log ==="
95-
cat os-image-composer.log
95+
sudo cat os-image-composer.log
9696
else
9797
echo "os-image-composer.log not found"
9898
fi

0 commit comments

Comments
 (0)