在 docker push 脚本里创建_output 目录,以便容错

This commit is contained in:
Zhang Dongliang
2020-10-13 16:46:29 +08:00
parent 833e57bf95
commit 4be578fc2f
+1 -1
View File
@@ -144,7 +144,7 @@ else
fi
cd $SRC_DIR
mkdir -p $(SRC_DIR)/_output
mkdir -p $SRC_DIR/_output
for component in $COMPONENTS; do
if [[ $component == *cli ]]; then