Compare commits

..

No commits in common. "main" and "v2.2.1" have entirely different histories.
main ... v2.2.1

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM harbor.ntppool.org/perlorg/base-os:3.20.2
FROM harbor.ntppool.org/perlorg/base-os:3.17.0
ENV BUILD_VERSION 1
USER root
WORKDIR /web

View File

@ -4,7 +4,7 @@ set -ex
if [ ! -z "$READY_FILE" ]; then
while [ ! -e $READY_FILE ]; do
echo waiting for $READY_FILE
sleep 5
sleep 10
done
fi