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 bd88bdc commit 14c033fCopy full SHA for 14c033f
build.libgit2.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
LIBGIT2SHA=`cat ./nuget.package/libgit2/libgit2_hash.txt`
6
SHORTSHA=${LIBGIT2SHA:0:7}
7
@@ -50,5 +52,3 @@ rm -rf $PACKAGEPATH/$RID
50
52
mkdir -p $PACKAGEPATH/$RID/native
51
53
54
cp libgit2/build/libgit2-$SHORTSHA.$LIBEXT $PACKAGEPATH/$RID/native
-
-exit $?
dockerbuild.sh
docker build -t $RID -f Dockerfile.$RID .
docker run -it -e RID=$RID --name=$RID $RID
0 commit comments