Skip to content

Commit e2483a3

Browse files
committed
Build fixes #17
1 parent 192d4a3 commit e2483a3

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
@@ -5,8 +5,6 @@ commands:
55
parameters:
66
platform:
77
type: string
8-
environment:
9-
DEPS: ""
108
steps:
119
- checkout
1210
- restore_cache:
@@ -61,6 +59,8 @@ jobs:
6159
build:
6260
docker:
6361
- image: 'redislabsmodules/rmbuilder:latest'
62+
environment:
63+
DEPS: ""
6464
steps:
6565
- ci_steps:
6666
platform: debian

0 commit comments

Comments
 (0)