diff --git a/build.sh b/build.sh index b69c58f5..8579c4dc 100644 --- a/build.sh +++ b/build.sh @@ -8,6 +8,12 @@ WORKDIR=$WORKBASE/$PNAME if [[ $VERSION =~ NIGHTLY ]]; then BUILD_NUMBER=$BUILD_DAY fi +if [[ -d $WORKBASE/.public ]]; then + rm -rf $WORKBASE/.public +fi +if [[ -d $WORKDIR/.public ]]; then + mv $WORKDIR/.public $WORKBASE +fi export DOCKER_CLI_EXPERIMENTAL=enabled #clean all