Skip to content

Commit eeaa3fb

Browse files
committed
Update pipeline python-client
1 parent 78319bd commit eeaa3fb

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
@@ -61,7 +61,8 @@ pipeline:
6161
shell: Sh
6262
command: |-
6363
apk update
64-
apk add --no-cache krb5-dev musl-dev libffi-dev build-base redis
64+
apk add --no-cache krb5-dev musl-dev libffi-dev build-base
65+
apk add --no-cache redis
6566
redis-server /etc/redis.conf
6667
6768
# Run pytest with JUnit XML report output

0 commit comments

Comments
 (0)