forked from Conjure-Tools/unity-runner
[no ci] fixed script permission
This commit is contained in:
parent
183880d764
commit
9493429ff5
@ -13,7 +13,7 @@ COPY --from=editor "$UNITY_PATH/" /opt/unity/editors/$VERSION/
|
||||
|
||||
# Install CMake
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
COPY scripts/install-module.sh /bin/install-module
|
||||
COPY --chmod=770 scripts/install-module.sh /bin/install-module
|
||||
|
||||
# Install modules for that editor
|
||||
ARG MODULE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user