Skip to content

Commit 434fae2

Browse files
committed
test: fix operator-courier version 2.1.7
1 parent b059d47 commit 434fae2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
command: |
293293
sudo apt install -y uuid-runtime
294294
python -m pip install requests pyyaml
295-
python -m pip install operator-courier
295+
python -m pip install operator-courier==2.1.7
296296
name: Install required packages
297297
- install_python_requests
298298
- run:
@@ -712,7 +712,7 @@ jobs:
712712
- attach_workspace:
713713
at: snyk-operator
714714
- run:
715-
command: pip3 install operator-courier
715+
command: pip3 install operator-courier==2.1.7
716716
name: Install operator-courier
717717
- run:
718718
command: |

.circleci/config/jobs/@jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ upload_operator:
7272
at: snyk-operator
7373
- run:
7474
name: Install operator-courier
75-
command: pip3 install operator-courier
75+
command: pip3 install operator-courier==2.1.7
7676
- run:
7777
name: Upload Operator to Quay
7878
command: |

.circleci/config/jobs/operator_upgrade_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616
command: |
1717
sudo apt install -y uuid-runtime
1818
python -m pip install requests pyyaml
19-
python -m pip install operator-courier
19+
python -m pip install operator-courier==2.1.7
2020
2121
- install_python_requests
2222

0 commit comments

Comments
 (0)