Skip to content

Commit 313644c

Browse files
authored
Fix the wrong repo of multi-branch gitlab pipeline (#133)
1 parent 9a1d396 commit 313644c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
docker build ./build -t surenpi/ks-tool:v1.17.0-${ver}
4646
docker push surenpi/ks-tool:v1.17.0-${ver}
4747
48-
docker tag surenpi/ks-tool:${ver} surenpi/ks-tool:latest
48+
docker tag surenpi/ks-tool:v1.17.0-${ver} surenpi/ks-tool:latest
4949
docker push surenpi/ks-tool:latest

kubectl-plugin/pipeline/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ spec:
363363
owner: devops-ws
364364
repo: devops-ws/learn-pipeline-java
365365
server_name: https://gitlab.com
366-
repo: learn-pipeline-java
367366
{{else if eq .SCMType "github" -}}
368367
github_source:
369368
discover_branches: 1

0 commit comments

Comments
 (0)