Build even if there are no patches

master
soxx 2 years ago
parent 0fdf6f42a5
commit fbd20bda80
  1. 2
      entrypoint.sh

@ -15,7 +15,7 @@ echo $KEYSTORE_FILE | base64 -d > keystore.jks
echo $KEYSTORE_PROPERTIES | base64 -d > keystore.properties echo $KEYSTORE_PROPERTIES | base64 -d > keystore.properties
for patch in /patches/*; do for patch in /patches/*; do
patch -p0 < $patch [ -e $patch ] && patch -p0 < $patch
done done
gradle --no-daemon assembleGithub gradle --no-daemon assembleGithub

Loading…
Cancel
Save