Skip to content

Commit 2a10efa

Browse files
committed
chore: pass credentials when deleting operator from quay
1 parent 2942e45 commit 2a10efa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
name: Operator integration tests on plain k8s
242242
- run:
243243
command: |
244-
scripts/operator/delete_operators_from_quay.py
244+
scripts/operator/delete_operators_from_quay.py "${QUAY_USERNAME}" "${QUAY_PASSWORD}"
245245
name: Delete Operators from Quay
246246
when: always
247247
- run:

.circleci/config/jobs/integration_tests_operator_on_k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
- run:
1818
name: Delete Operators from Quay
1919
command: |
20-
scripts/operator/delete_operators_from_quay.py
20+
scripts/operator/delete_operators_from_quay.py "${QUAY_USERNAME}" "${QUAY_PASSWORD}"
2121
when: always
2222
- run:
2323
command: |

0 commit comments

Comments
 (0)