Skip to content

Commit 57534f5

Browse files
authored
Merge pull request #317 from RedisLabs/ck-rename-step
renamed scala step to trigger a ci run
2 parents 182f2e6 + 40fc04c commit 57534f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
make test
7575
7676
- run:
77-
name: switch scala to 2.12
77+
name: gracefully kill redis
7878
command: |
7979
sleep 5s # let redis exit gracefully (we use kill, not kill -9 in makefile)
8080
ps aux | grep redis
@@ -131,7 +131,7 @@ jobs:
131131
make test
132132
133133
- run:
134-
name: switch scala to 2.12
134+
name: gracefully kill redis
135135
command: |
136136
sleep 5s # let redis exit gracefully (we use kill, not kill -9 in makefile)
137137
ps aux | grep redis

0 commit comments

Comments
 (0)