Minor fixes (typo, fix git owner too)

This commit is contained in:
Rémi Verschelde
2021-08-10 11:16:09 +02:00
parent b801e7174c
commit a2e4b98977
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ tar xf /root/godot.tar.gz --strip-components=1
# Classical # Classical
if [ "${CLASSICAL}" == "1" ]; then if [ "${CLASSICAL}" == "1" ]; then
echo "Starting classical build for Server..." echo "Starting classical build for UWP..."
for arch in ${BUILD_ARCHES}; do for arch in ${BUILD_ARCHES}; do
for release in release release_debug; do for release in release release_debug; do

View File

@@ -212,5 +212,5 @@ mkdir -p ${basedir}/out/uwp
${podman_run} --ulimit nofile=32768:32768 -v ${basedir}/build-uwp:/root/build -v ${basedir}/out/uwp:/root/out ${registry}/godot-private/uwp:latest bash build/build.sh 2>&1 | tee ${basedir}/out/logs/uwp ${podman_run} --ulimit nofile=32768:32768 -v ${basedir}/build-uwp:/root/build -v ${basedir}/out/uwp:/root/out ${registry}/godot-private/uwp:latest bash build/build.sh 2>&1 | tee ${basedir}/out/logs/uwp
if [ ! -z "$SUDO_UID" ]; then if [ ! -z "$SUDO_UID" ]; then
chown -R "${SUDO_UID}":"${SUDO_GID}" ${basedir}/out ${basedir}/mono-glue ${basedir}/godot.tar.gz chown -R "${SUDO_UID}":"${SUDO_GID}" ${basedir}/git ${basedir}/out ${basedir}/mono-glue ${basedir}/godot*.tar.gz
fi fi