File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments