• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修訂0d8bf02c71ddddd42a8c5acead979d43e137be83 (tree)
時間2019-07-12 02:15:30
作者James Strachan <james.strachan@gmai...>
CommiterJames Strachan

Log Message

fix: remove the dummy/test source repos

Change Summary

差異

--- a/repositories/templates/default-group.yaml
+++ b/repositories/templates/default-group.yaml
@@ -7,7 +7,4 @@ spec:
77 apiVersion: jenkins.io/v1
88 kind: Scheduler
99 name: default-scheduler
10- repositories:
11- - apiVersion: jenkins.io/v1
12- kind: SourceRepository
13- name: jstrachan-nodey126
10+ repositories: []
--- a/repositories/templates/dev-repo.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
1-apiVersion: jenkins.io/v1
2-kind: SourceRepository
3-metadata:
4- name: jstrachan-nodey126
5-spec:
6- provider: https://github.com
7- providerName: github
8- org: jstrachan
9- repo: nodey126
\ No newline at end of file