We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b89a5 commit a366d62Copy full SHA for a366d62
.github/workflows/release.yml
@@ -115,8 +115,9 @@ jobs:
115
--platform ${{ matrix.docker-platform }} \
116
node:18-buster \
117
/bin/bash -c '
118
- set -ex
+ set -e
119
120
+ git config --global --add safe.directory /work
121
echo "deb http://archive.debian.org/debian buster main" > /etc/apt/sources.list
122
echo "deb http://archive.debian.org/debian-security buster/updates main" >> /etc/apt/sources.list
123
apt-get -o Acquire::Check-Valid-Until=false update
0 commit comments