angular-cn/aio/aio-builds-setup/dockerbuild/scripts-sh/clean-up.sh

5 lines
109 B
Bash
Raw Normal View History

#!/bin/bash
set -e -o pipefail
node $AIO_SCRIPTS_JS_DIR/dist/lib/clean-up >> /var/log/aio/clean-up.log 2>&1