Skip to content

Commit 5735f59

Browse files
authored
Merge pull request #1376 from merico-dev/fix-doc-repo-error
fix: quickstart ciLocation update to new repo
2 parents 6df2439 + 4478432 commit 5735f59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/quickstart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tools:
3131
branch: main
3232
scmType: github
3333
pipeline:
34-
configLocation: https://raw.githubusercontent.com/devstream-io/ci-template/main/github-actions/workflows/main.yml
34+
configLocation: https://raw.githubusercontent.com/devstream-io/dtm-pipeline-templates/main/github-actions/workflows/main.yml
3535
language:
3636
name: go
3737
framework: gin

internal/pkg/show/config/templates/quickstart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tools:
3131
branch: main
3232
scmType: github
3333
pipeline:
34-
configLocation: https://raw.githubusercontent.com/devstream-io/ci-template/main/github-actions/workflows/main.yml
34+
configLocation: https://raw.githubusercontent.com/devstream-io/dtm-pipeline-templates/main/github-actions/workflows/main.yml
3535
language:
3636
name: go
3737
framework: gin

0 commit comments

Comments
 (0)