提交 51670ce8 编写于 作者: M Michel Kaporin 提交者: GitHub

Chained user switching with password change

上级 34363725
......@@ -26,8 +26,7 @@ step "Build minified" \
npm run gulp -- --max_old_space_size=4096 "vscode-linux-$ARCH-min"
step "Configure environment" \
id -u testuser || (useradd -m testuser; chpasswd <<< testuser:testpassword)
su testuser
id -u testuser || (useradd -m testuser; chpasswd <<< testuser:testpassword); su testuser
cd $BUILD_REPOSITORY_LOCALPATH
git config --global user.name "Michel Kaporin"
git config --global user.email "monacotools@microsoft.com"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册