未验证 提交 ec564091 编写于 作者: A Asher

Fix agent copy during release

If there isn't a lib dir yet it'll copy as lib instead of getting put
inside the directory.
上级 ea105a92
......@@ -59,6 +59,7 @@ EOF
if [ "$KEEP_MODULES" = 1 ]; then
rsync node_modules/ "$RELEASE_PATH/node_modules"
mkdir -p "$RELEASE_PATH/lib"
rsync ./lib/coder-cloud-agent "$RELEASE_PATH/lib"
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册