From e6eb7bb18a57f6003bb5d1fdcb9f53da6ee53ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Thu, 17 Oct 2019 17:45:58 +0200 Subject: [PATCH] fixed brackets --- Jenkins/Phabricator-pipeline/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 032489c..cdceea8 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -21,7 +21,6 @@ pipeline { stages { stage("git checkout"){ git url: 'https://github.com/llvm/llvm-project.git' - ) // https://github.com/google/llvm-premerge-checks.git } stage('Build') {