fixed brackets
This commit is contained in:
parent
e042eb8b2e
commit
e6eb7bb18a
1 changed files with 0 additions and 1 deletions
1
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
1
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -21,7 +21,6 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage("git checkout"){
|
stage("git checkout"){
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
)
|
|
||||||
// https://github.com/google/llvm-premerge-checks.git
|
// https://github.com/google/llvm-premerge-checks.git
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Reference in a new issue