Skip to content

Commit

Permalink
Merge pull request #317 from RedisLabs/ck-rename-step
Browse files Browse the repository at this point in the history
renamed scala step to trigger a ci run
  • Loading branch information
chayim authored Aug 26, 2021
2 parents 182f2e6 + 40fc04c commit 57534f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
make test
- run:
name: switch scala to 2.12
name: gracefully kill redis
command: |
sleep 5s # let redis exit gracefully (we use kill, not kill -9 in makefile)
ps aux | grep redis
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
make test
- run:
name: switch scala to 2.12
name: gracefully kill redis
command: |
sleep 5s # let redis exit gracefully (we use kill, not kill -9 in makefile)
ps aux | grep redis
Expand Down

0 comments on commit 57534f5

Please sign in to comment.