'Generic Commit'
Some checks failed
dropshell-build / build (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-31 20:59:59 +12:00
parent 37f3452d2b
commit 01907e5fb6
6 changed files with 11 additions and 11 deletions

View File

@ -9,12 +9,12 @@ RUN apt-get update && apt-get install -y \
#RUN curl -fsSL https://get.docker.com | sh
COPY --chmod=0755 ./src/*.sh /usr/local/bin/
COPY --chmod=0755 ./src/* /usr/local/bin/
RUN /usr/local/bin/install_dropshell_build_requirements.sh
RUN /usr/local/bin/install_dropshell_build_requirements
WORKDIR /app
ENTRYPOINT ["dropshell-build.sh","/app"]
ENTRYPOINT ["dropshell-build","/app"]

View File

@ -6,6 +6,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
"${SCRIPT_DIR}/build.sh"
"${SCRIPT_DIR}/sos/sos" upload "getbin.xyz" "dropshell-tool-install.sh" "${SCRIPT_DIR}/dropshell-tool-install.sh"
"${SCRIPT_DIR}/sos/sos" upload "getbin.xyz" "dropshell-build" "${SCRIPT_DIR}/src/dropshell-build"
docker push gitea.jde.nz/public/dropshell-build:latest

View File

@ -8,7 +8,7 @@ echo "Testing dropshell-build"
"${SCRIPT_DIR}/build.sh"
"${SCRIPT_DIR}/src/dropshell-build.sh" "${SCRIPT_DIR}/test"
"${SCRIPT_DIR}/src/dropshell-build" "${SCRIPT_DIR}/test"
"${SCRIPT_DIR}/test/output/ipdemo.x86_64"