Skip to content

Commit 6dd0d53

Browse files
committed
Update pipeline python-client
1 parent dc08364 commit 6dd0d53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ pipeline:
7272
pip install cryptography==45.0.7
7373
pip install pycparser==2.21
7474
75-
apk --update add redis
76-
redis-server /etc/redis.conf
75+
apk add redis
76+
rc-update add redis default
77+
rc-service redis start
7778
7879
pip install redis==5.0.8
7980
python setup.py test

0 commit comments

Comments
 (0)