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 b78a891 commit 6dc5de4Copy full SHA for 6dc5de4
local-build.sh
@@ -7,6 +7,8 @@ echo "git config --global --add safe.directory /app/.git"
7
8
cd /workdir/ || exit
9
git config --global --add safe.directory /app/.git || exit
10
+git config --global --add safe.directory /app//.git || exit
11
+git config --global --add safe.directory /app/asn1scc/.git || exit
12
echo "git clone /app/ asn1scc"
13
git clone /app/ asn1scc || exit
14
cd asn1scc || exit
0 commit comments