We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144857d commit 33d479fCopy full SHA for 33d479f
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -86,7 +86,8 @@ pipeline:
86
image: python:3.7.16-alpine
87
shell: Sh
88
command: |-
89
- apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev
+ apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev redis
90
+ redis-server /etc/redis.conf
91
92
# Run pytest with JUnit XML report output
93
cd /harness
0 commit comments