fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nick Leeman 2023-09-09 16:08:53 +02:00
parent 5ba07bcc2b
commit f41b0dd2a7

View File

@ -26,7 +26,3 @@ RUN hash=$(echo $stable_info | jq -r '.sha1')
# Download bob.jar # Download bob.jar
RUN curl -L -o bob.jar https://github.com/defold/defold/releases/download/$version/bob.jar -s RUN curl -L -o bob.jar https://github.com/defold/defold/releases/download/$version/bob.jar -s
RUN chmod +x bob.jar
# Add bob.jar to PATH
ENV PATH="/defold:${PATH}"