z
Some checks failed
ci/woodpecker/push/release-version Pipeline failed

This commit is contained in:
gapodo 2022-12-08 02:25:55 +01:00
parent 91be6bb367
commit 763f42f684

View file

@ -52,6 +52,7 @@ RUN test -n "$CI_COMMIT_SHA" || (echo "CI_COMMIT_SHA is required but not set" >&
cd / && \
echo "Copying future root addons" && \
cp -a "/build/docker/root/." "${DR}/" && \
ls -la "${DR}/*" && \
echo "Fixing permissions" && \
chmod 755 "${DR}/usr/bin/entrypoint" "${DR}/usr/local/bin/gitea" "${DR}/etc/s6/gitea/*" "${DR}/etc/s6/openssh/*" "${DR}/etc/s6/.s6-svscan/*" && \
echo "removing git repo" && \