Begin release process

This commit is contained in:
FriwiDev
2021-11-15 21:50:29 +01:00
parent bf5b6851c5
commit c30360828d
6 changed files with 137 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ echo "Building for architecture $TARGETARCH"
if [ ! -f "/jcef/README.md" ]; then
echo "Did not find existing files to build - cloning..."
rm -rf /jcef
git clone https://bitbucket.org/chromiumembedded/java-cef.git /jcef
git clone ${REPO} /jcef
cd /jcef
git checkout ${REF}
else