Skip to content

Commit bd66259

Browse files
committed
Update .circleci/config.yml
1 parent 38c48e6 commit bd66259

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.circleci/config.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@ jobs:
2929
- save_cache:
3030
paths: [ "~/.sbt/boot", "~/.ivy2/cache", "~/.cache/coursier" ]
3131
key: scala-library-dependencies-{{ checksum "build.sbt" }}
32-
release:
33-
docker:
34-
- image: circleci/openjdk:8-jdk
35-
steps:
36-
- checkout
37-
- restore_cache:
38-
key: scala-library-dependencies-{{ checksum "build.sbt" }}
39-
- run:
40-
command: git fetch --tags
41-
- run:
42-
command: sbt ci-release
43-
workflows:
44-
version: 2
45-
build-and-release:
46-
jobs:
47-
- build:
48-
filters:
49-
tags:
50-
only: /^v\d+\.\d+\.\d+$/
51-
- release:
52-
requires:
53-
- build
54-
filters:
55-
branches:
56-
only: main
57-
tags:
58-
only: /^v\d+\.\d+\.\d+$/
32+
# release:
33+
# docker:
34+
# - image: circleci/openjdk:8-jdk
35+
# steps:
36+
# - checkout
37+
# - restore_cache:
38+
# key: scala-library-dependencies-{{ checksum "build.sbt" }}
39+
# - run:
40+
# command: git fetch --tags
41+
# - run:
42+
# command: sbt ci-release
43+
#workflows:
44+
# version: 2
45+
# build-and-release:
46+
# jobs:
47+
# - build:
48+
# filters:
49+
# tags:
50+
# only: /^v\d+\.\d+\.\d+$/
51+
# - release:
52+
# requires:
53+
# - build
54+
# filters:
55+
# branches:
56+
# only: main
57+
# tags:
58+
# only: /^v\d+\.\d+\.\d+$/
5959

0 commit comments

Comments
 (0)