Skip to content

Commit 30d946b

Browse files
committed
Update pipeline python-client
1 parent 33d479f commit 30d946b

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

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

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ pipeline:
3333
platform:
3434
os: Linux
3535
arch: Amd64
36-
serviceDependencies:
37-
- type: Service
38-
identifier: redis
39-
name: Redis
40-
spec:
41-
image: redis:latest
4236
execution:
4337
steps:
4438
- step:
@@ -53,29 +47,9 @@ pipeline:
5347
# Python is already installed in this image
5448
python --version
5549
pip --version
56-
57-
# Install any additional system packages if needed
58-
apk update
59-
apk add --no-cache gcc musl-dev libffi-dev
6050
outputVariables:
6151
- name: PYTHON_VERSION
6252
timeout: 2m
63-
- step:
64-
type: Run
65-
name: Install System Dependencies
66-
identifier: install_system_dependencies
67-
spec:
68-
connectorRef: account.harnessImage
69-
image: python:3.7.16-alpine
70-
shell: Sh
71-
command: |-
72-
# Update package lists
73-
apk update
74-
75-
# Install libkrb5-dev package
76-
apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev
77-
gcc -v
78-
timeout: 10m
7953
- step:
8054
type: Test
8155
name: Run Python Tests
@@ -86,6 +60,7 @@ pipeline:
8660
image: python:3.7.16-alpine
8761
shell: Sh
8862
command: |-
63+
apk update
8964
apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev redis
9065
redis-server /etc/redis.conf
9166

0 commit comments

Comments
 (0)