Update docker.sh

This commit is contained in:
qurious-pixel 2020-12-29 12:14:44 -08:00 committed by GitHub
parent bb42c9ae60
commit de79c50468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -2,16 +2,11 @@
BRANCH=`echo ${GITHUB_REF##*/}`
title=$(cat /yuzu/readme.md | grep 'early-access [[:digit:]]*' | cut -c 14-17)
ls .
echo $pwd
echo $PWD
yuzupatch=( $(ls -d patches/* ) )
for i in "${yuzupatch[@]}"; do echo "$i"; done
for i in "${yuzupatch[@]}"; do patch -p1 < "$i"; done
mkdir build && cd build