This repository was archived by the owner on Feb 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright 2021 Cargill Incorporated
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ repository :
16
+ # See https://developer.github.com/v3/repos/#edit for all available settings.
17
+ name : sawtooth-sdk-python
18
+ homepage : https://wiki.hyperledger.org/display/sawtooth
19
+ private : false
20
+ has_issues : true
21
+ has_projects : false
22
+ has_wiki : false
23
+ has_downloads : false
24
+ default_branch : main
25
+ allow_squash_merge : false
26
+ allow_merge_commit : true
27
+ allow_rebase_merge : true
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pipeline {
24
24
}
25
25
26
26
triggers {
27
- cron(env. BRANCH_NAME == ' master ' ? ' H 3 * * *' : ' ' )
27
+ cron(env. BRANCH_NAME == ' main ' ? ' H 3 * * *' : ' ' )
28
28
}
29
29
30
30
options {
@@ -45,7 +45,7 @@ pipeline {
45
45
}
46
46
when {
47
47
not {
48
- branch ' master '
48
+ branch ' main '
49
49
}
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments