Skip to content

Commit 33d479f

Browse files
committed
Update pipeline python-client
1 parent 144857d commit 33d479f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ pipeline:
8686
image: python:3.7.16-alpine
8787
shell: Sh
8888
command: |-
89-
apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev
89+
apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev redis
90+
redis-server /etc/redis.conf
9091
9192
# Run pytest with JUnit XML report output
9293
cd /harness

0 commit comments

Comments
 (0)