We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78319bd commit eeaa3fbCopy full SHA for eeaa3fb
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -61,7 +61,8 @@ pipeline:
61
shell: Sh
62
command: |-
63
apk update
64
- apk add --no-cache krb5-dev musl-dev libffi-dev build-base redis
+ apk add --no-cache krb5-dev musl-dev libffi-dev build-base
65
+ apk add --no-cache redis
66
redis-server /etc/redis.conf
67
68
# Run pytest with JUnit XML report output
0 commit comments