forked from Conjure-Tools/unity-runner
removed download of unity engine
This commit is contained in:
parent
742634f363
commit
1270577c79
@ -4,12 +4,12 @@ ARG HUB_IMAGE="unityci/hub"
|
|||||||
###########################
|
###########################
|
||||||
# Builder #
|
# Builder #
|
||||||
###########################
|
###########################
|
||||||
|
FROM $BASE_IMAGE AS editor
|
||||||
FROM $HUB_IMAGE AS builder
|
FROM $HUB_IMAGE AS builder
|
||||||
|
|
||||||
# Install editor
|
# Install editor
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ARG CHANGESET
|
COPY --from=editor "$UNITY_PATH/" /opt/unity/editors/$VERSION/
|
||||||
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)
|
|
||||||
|
|
||||||
# Install modules for that editor
|
# Install modules for that editor
|
||||||
ARG MODULE="non-existent-module"
|
ARG MODULE="non-existent-module"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user