ci: fix Jenkinsfile env comment
This commit is contained in:
parent
7cdb7d8fc4
commit
af857482a3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -61,8 +61,8 @@ spec:
|
|||||||
environment {
|
environment {
|
||||||
VERSION = 'v2.14.1'
|
VERSION = 'v2.14.1'
|
||||||
TAG_SUFFIX = '-arm64'
|
TAG_SUFFIX = '-arm64'
|
||||||
# NOTE: avoid `REGISTRY` here because Harbor's Makefiles use `REGISTRY=registry`
|
// Avoid `REGISTRY` here because Harbor's Makefiles use `REGISTRY=registry` and
|
||||||
# and run sub-makes with `-e`, causing environment variables to override make vars.
|
// run sub-makes with `-e`, so environment variables override make vars.
|
||||||
IMAGE_NAMESPACE = 'registry.bstein.dev/infra'
|
IMAGE_NAMESPACE = 'registry.bstein.dev/infra'
|
||||||
HARBOR_TARBALL = "https://github.com/goharbor/harbor/archive/refs/tags/${VERSION}.tar.gz"
|
HARBOR_TARBALL = "https://github.com/goharbor/harbor/archive/refs/tags/${VERSION}.tar.gz"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user