Skip to content

Commit 158d0be

Browse files
committed
Update config.yml
1 parent 09cf5d1 commit 158d0be

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

.circleci/config.yml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
steps:
1313
- checkout
1414

15-
- add_ssh_keys:
16-
fingerprints:
17-
- b8:e3:f1:7e:67:7d:04:92:2f:be:8b:e4:93:b6:79:1d
18-
1915
- run:
2016
name: Configure GIT
2117
command: |
@@ -29,11 +25,7 @@ jobs:
2925

3026
- run:
3127
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
3729

3830
- save_cache:
3931
paths:
@@ -89,10 +81,6 @@ jobs:
8981
steps:
9082
- checkout
9183

92-
- add_ssh_keys:
93-
fingerprints:
94-
- b8:e3:f1:7e:67:7d:04:92:2f:be:8b:e4:93:b6:79:1d
95-
9684
- restore_cache:
9785
keys:
9886
- upload-{{ checksum "buildSrc/src/main/kotlin/Deps.kt" }}
@@ -121,27 +109,6 @@ jobs:
121109
name: Upload kotlin-html-ktor to Bintray and Publish
122110
command: ./gradlew :kotlin-html-ktor:bintrayUpload
123111

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-
145112
- save_cache:
146113
paths:
147114
- ~/.gradle

0 commit comments

Comments
 (0)