mirror of
https://github.com/waku-org/waku-lab.git
synced 2025-02-23 13:08:15 +00:00
fix: change repo name in ci script (#47)
This commit is contained in:
parent
8136b2763a
commit
98ad68f6c0
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -16,7 +16,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
SITE_DOMAIN = 'examples.waku.org'
|
SITE_DOMAIN = 'lab.waku.org'
|
||||||
GIT_AUTHOR_NAME = 'status-im-auto'
|
GIT_AUTHOR_NAME = 'status-im-auto'
|
||||||
GIT_AUTHOR_EMAIL = 'auto@status.im'
|
GIT_AUTHOR_EMAIL = 'auto@status.im'
|
||||||
PUPPETEER_SKIP_DOWNLOAD = 'true'
|
PUPPETEER_SKIP_DOWNLOAD = 'true'
|
||||||
|
@ -12,7 +12,7 @@ const USE_HTTPS = Args[0] && Args[0].toUpperCase() === "HTTPS";
|
|||||||
|
|
||||||
const branch = "gh-pages";
|
const branch = "gh-pages";
|
||||||
const org = "waku-org";
|
const org = "waku-org";
|
||||||
const repo = "waku-lab";
|
const repo = "lab.waku.org";
|
||||||
/* use SSH auth by default */
|
/* use SSH auth by default */
|
||||||
let repoUrl = USE_HTTPS
|
let repoUrl = USE_HTTPS
|
||||||
? `https://github.com/${org}/${repo}.git`
|
? `https://github.com/${org}/${repo}.git`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user