removed download of unity engine

This commit is contained in:
Lachee 2025-09-20 11:23:16 +10:00
parent 742634f363
commit 1270577c79
No known key found for this signature in database
GPG Key ID: F1694B0D3BCBCD55

View File

@ -4,12 +4,12 @@ ARG HUB_IMAGE="unityci/hub"
###########################
# Builder #
###########################
FROM $BASE_IMAGE AS editor
FROM $HUB_IMAGE AS builder
# Install editor
ARG VERSION
ARG CHANGESET
RUN unity-hub install --version "$VERSION" --changeset "$CHANGESET" \
| tee /var/log/install-editor.log && grep 'Failed to install\|Error while installing an editor\|Completed with errors' /var/log/install-editor.log | exit $(wc -l)
COPY --from=editor "$UNITY_PATH/" /opt/unity/editors/$VERSION/
# Install modules for that editor
ARG MODULE="non-existent-module"