Skip to content

Commit a366d62

Browse files
committed
test
1 parent f0b89a5 commit a366d62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ jobs:
115115
--platform ${{ matrix.docker-platform }} \
116116
node:18-buster \
117117
/bin/bash -c '
118-
set -ex
118+
set -e
119119
120+
git config --global --add safe.directory /work
120121
echo "deb http://archive.debian.org/debian buster main" > /etc/apt/sources.list
121122
echo "deb http://archive.debian.org/debian-security buster/updates main" >> /etc/apt/sources.list
122123
apt-get -o Acquire::Check-Valid-Until=false update

0 commit comments

Comments
 (0)