File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
job_config : &job_config
2
2
working_directory : ~/workspace
3
3
docker :
4
- - image : cimg/openjdk:17 .0-node
4
+ - image : cimg/openjdk:16 .0-node
5
5
6
6
version : 2.1
7
7
jobs :
@@ -103,6 +103,27 @@ jobs:
103
103
name : Upload kotlin-html-ktor to Bintray and Publish
104
104
command : ./gradlew :kotlin-html-ktor:bintrayUpload
105
105
106
+ # - run:
107
+ # name: Checkout Master
108
+ # command: git checkout main
109
+ #
110
+ # - run:
111
+ # name: Configure GIT
112
+ # command: |
113
+ # git config user.email "circleci@circleci.com"
114
+ # git config user.name "CircleCI"
115
+ # git fetch origin
116
+ # git pull
117
+ # git push --set-upstream origin master
118
+ #
119
+ # - run:
120
+ # name: Update version in documentation
121
+ # command: ./gradlew updateVersionInDocumentation
122
+ #
123
+ # - run:
124
+ # name: Commit documentation changes
125
+ # command: scripts/git-commit-if-changes.sh "version update for release"
126
+
106
127
- save_cache :
107
128
paths :
108
129
- ~/.gradle
You can’t perform that action at this time.
0 commit comments