summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e254a2dca..61700662a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ def getGitRepoURL() {
def isCustomBuild() {
// GitHub organisation base URL
def gitURI = 'git@github.com:vyos/' + env.JOB_NAME
- def httpURI = 'https://github.com/vyos' + env.JOB_NAME
+ def httpURI = 'https://github.com/vyos/' + env.JOB_NAME
return ! ((getGitRepoURL() == gitURI) || (getGitRepoURL() == httpURI))
}