Skip to content

Commit

Permalink
Fix the wrong repo of multi-branch gitlab pipeline (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed May 11, 2021
1 parent 9a1d396 commit 313644c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
docker build ./build -t surenpi/ks-tool:v1.17.0-${ver}
docker push surenpi/ks-tool:v1.17.0-${ver}
docker tag surenpi/ks-tool:${ver} surenpi/ks-tool:latest
docker tag surenpi/ks-tool:v1.17.0-${ver} surenpi/ks-tool:latest
docker push surenpi/ks-tool:latest
1 change: 0 additions & 1 deletion kubectl-plugin/pipeline/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ spec:
owner: devops-ws
repo: devops-ws/learn-pipeline-java
server_name: https://gitlab.com
repo: learn-pipeline-java
{{else if eq .SCMType "github" -}}
github_source:
discover_branches: 1
Expand Down

0 comments on commit 313644c

Please sign in to comment.