Merge branch 'master' of ssh://github.com/google/llvm-premerge-checks
This commit is contained in:
commit
941fbd6a6c
1 changed files with 1 additions and 1 deletions
2
Jenkins/BETA-phabricator-linux/Jenkinsfile
vendored
2
Jenkins/BETA-phabricator-linux/Jenkinsfile
vendored
|
@ -154,7 +154,7 @@ pipeline {
|
|||
sh """
|
||||
set -eu
|
||||
cp ${LLVM_DIR}/build/CMakeCache.txt . || :
|
||||
cp ${LLVM_DIR}/test-results.xml . || :
|
||||
cp ${LLVM_DIR}/build/test-results.xml . || :
|
||||
|
||||
mkdir -p ${TARGET_DIR}
|
||||
cp * ${TARGET_DIR}
|
||||
|
|
Loading…
Reference in a new issue