Skip to content

Commit

Permalink
try exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Oct 20, 2020
1 parent 349c738 commit 566bfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN unity-hub install --version "$version" --changeset "$changeSet" | grep 'Erro
# Install modules for that editor
ARG module="non-existent-module"
RUN if [[ "$module" == "base" ]] ; then \
echo "running default modules for this baseOs" ; \
echo "running default modules for this baseOs" ; exit 0 ; \
else \
unity-hub install-modules --version "$version" --module "$module" --childModules | grep 'Missing module' | exit $(wc -l) ; \
fi
Expand Down

0 comments on commit 566bfdc

Please sign in to comment.