1
0
Fork 0

changed mkdir command

This commit is contained in:
Christian Kühnel 2019-11-29 12:47:56 +00:00
parent 4ae3af5d7f
commit 15cc357b0a

View file

@ -28,7 +28,7 @@ pipeline {
steps {
git url: 'https://github.com/llvm/llvm-project.git'
pwsh 'git clean -fdx'
pwsh 'mkdir llvm-premerge-checks'
pwsh 'New-Item -ItemType Directory -Force -Path llvm-premerge-checks'
dir("llvm-premerge-checks")
{
git url: 'https://github.com/google/llvm-premerge-checks.git'