Skip to content

Commit e679fad

Browse files
committed
refactor: gitlab ci library to gitlab share library
Signed-off-by: Meng JiaFeng <[email protected]>
1 parent 4b5e015 commit e679fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/pkg/plugin/gitlabci/generic/generic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func repoScaffoldShareLib(repoInfo *git.RepoInfo) error {
6060
"destinationRepo": map[string]interface{}{
6161
"owner": repoInfo.GetRepoOwner(),
6262
"branch": "master",
63-
"repo": "gitlab-ci-library",
63+
"repo": "gitlab-share-library",
6464
"repoType": "gitlab",
6565
"baseURL": repoInfo.BaseURL,
6666
},

staging/dtm-pipeline-templates/gitlab-ci/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include:
2-
- project: 'root/gitlab-ci-library'
2+
- project: 'root/gitlab-share-library'
33
ref: master
44
file: 'notification.yml'
55

0 commit comments

Comments
 (0)