Skip to content

Commit 3609621

Browse files
author
Joel Widmer
committed
chore: cleanup
Signed-off-by: Joel Widmer <joel.widmer@inetum.ch>
1 parent fa575ba commit 3609621

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ library_gemfile: &library_gemfile
3535
- "./gemfiles/shoryuken_60.gemfile"
3636
- "./gemfiles/mongo_216.gemfile"
3737
- "./gemfiles/mongo_219.gemfile"
38+
3839
executors:
3940
ruby_33_lint:
4041
docker:
@@ -88,6 +89,7 @@ executors:
8889
environment:
8990
POSTGRES_PASSWORD: 'test'
9091
POSTGRES_DB: 'ci_test'
92+
9193
commands:
9294
setup:
9395
steps:
@@ -181,6 +183,7 @@ commands:
181183
name: Publish Gem
182184
command: |
183185
bundle exec rake release[origin]
186+
184187
jobs:
185188
test_core:
186189
parameters:
@@ -190,7 +193,7 @@ jobs:
190193
ruby_version:
191194
type: string
192195
default: "3.1"
193-
executor:
196+
executor:
194197
name: <<parameters.stack>>
195198
ruby_version: <<parameters.ruby_version>>
196199
steps:
@@ -208,7 +211,7 @@ jobs:
208211
ruby_version:
209212
type: string
210213
default: "3.1"
211-
executor:
214+
executor:
212215
name: <<parameters.stack>>
213216
ruby_version: <<parameters.ruby_version>>
214217
environment:
@@ -235,13 +238,14 @@ jobs:
235238
- checkout
236239
# - run_sonarqube
237240
publish:
238-
executor:
241+
executor:
239242
name: "base"
240243
ruby_version: "3.4"
241244
steps:
242245
- checkout
243246
- setup
244247
- publish_gem
248+
245249
workflows:
246250
publish:
247251
jobs:

0 commit comments

Comments
 (0)