Skip to content

Commit 42b70e0

Browse files
authored
Merge branch 'master' into development
2 parents aa12349 + ed0a4f6 commit 42b70e0

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Diff for: Jenkinsfile

-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker-golang")
2424
}
2525
}
2626
}
27-
2827
stage('push') {
2928
container('docker-cmd') {
3029
dockerx.images_push_multi_registries(["${git_project}:${github.DOCKER_TAG_VERSION}"], [pipelinex.DockerRepo.ARTIFACTORY_IGUAZIO, pipelinex.DockerRepo.DOCKER_HUB, pipelinex.DockerRepo.QUAY_IO, pipelinex.DockerRepo.GCR_IO])
3130
}
3231
}
3332
}
34-
3533
github.pr(git_deploy_user, git_project, git_project_user, git_project_upstream_user, true, GIT_TOKEN) {
3634
stage("build ${git_project} in dood") {
3735
container('golang') {

Diff for: Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ test:
6161

6262
.PHONY: ensure-gopath
6363
ensure-gopath:
64-
ifndef GOPATH
65-
$(error GOPATH must be set)
66-
endif
64+
ifndef GOPATH
65+
$(error GOPATH must be set)
66+
endif

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# locator
22
Kubernetes local service locator
3+

0 commit comments

Comments
 (0)