Skip to content

Commit 6a87dc2

Browse files
committed
Update config.yml
1 parent 58a6f47 commit 6a87dc2

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.circleci/config.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
job_config: &job_config
22
working_directory: ~/workspace
33
docker:
4-
- image: cimg/openjdk:17.0-node
4+
- image: cimg/openjdk:16.0-node
55

66
version: 2.1
77
jobs:
@@ -103,6 +103,27 @@ jobs:
103103
name: Upload kotlin-html-ktor to Bintray and Publish
104104
command: ./gradlew :kotlin-html-ktor:bintrayUpload
105105

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+
106127
- save_cache:
107128
paths:
108129
- ~/.gradle

0 commit comments

Comments
 (0)