File tree Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- checkout
14
14
15
- - add_ssh_keys :
16
- fingerprints :
17
- - b8:e3:f1:7e:67:7d:04:92:2f:be:8b:e4:93:b6:79:1d
18
-
19
15
- run :
20
16
name : Configure GIT
21
17
command : |
29
25
30
26
- run :
31
27
name : Perform code style check
32
- command : ./gradlew ktlintFormat
33
-
34
- - run :
35
- name : Commit code style changes
36
- command : scripts/git-commit-if-changes.sh "code style"
28
+ command : ./gradlew ktlint
37
29
38
30
- save_cache :
39
31
paths :
89
81
steps :
90
82
- checkout
91
83
92
- - add_ssh_keys :
93
- fingerprints :
94
- - b8:e3:f1:7e:67:7d:04:92:2f:be:8b:e4:93:b6:79:1d
95
-
96
84
- restore_cache :
97
85
keys :
98
86
- upload-{{ checksum "buildSrc/src/main/kotlin/Deps.kt" }}
@@ -121,27 +109,6 @@ jobs:
121
109
name : Upload kotlin-html-ktor to Bintray and Publish
122
110
command : ./gradlew :kotlin-html-ktor:bintrayUpload
123
111
124
- - run :
125
- name : Checkout Master
126
- command : git checkout main
127
-
128
- - run :
129
- name : Configure GIT
130
- command : |
131
- git config user.email "circleci@circleci.com"
132
- git config user.name "CircleCI"
133
- git fetch origin
134
- git pull
135
- git push --set-upstream origin master
136
-
137
- - run :
138
- name : Update version in documentation
139
- command : ./gradlew updateVersionInDocumentation
140
-
141
- - run :
142
- name : Commit documentation changes
143
- command : scripts/git-commit-if-changes.sh "version update for release"
144
-
145
112
- save_cache :
146
113
paths :
147
114
- ~/.gradle
You can’t perform that action at this time.
0 commit comments