We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2942e45 commit 2a10efaCopy full SHA for 2a10efa
.circleci/config.yml
@@ -241,7 +241,7 @@ jobs:
241
name: Operator integration tests on plain k8s
242
- run:
243
command: |
244
- scripts/operator/delete_operators_from_quay.py
+ scripts/operator/delete_operators_from_quay.py "${QUAY_USERNAME}" "${QUAY_PASSWORD}"
245
name: Delete Operators from Quay
246
when: always
247
.circleci/config/jobs/integration_tests_operator_on_k8s.yml
@@ -17,7 +17,7 @@ steps:
17
18
19
20
21
22
23
0 commit comments