Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 134d8a7

Browse files
committed
[#22] Fix wrong deployment name for uninstalling
1 parent b43a322 commit 134d8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
helm -n integration-tests install ro-hook ./hooks/generic-webhook/ --set="webhookUrl=http://$WEB_HOOK_IP/hallo-welt"
364364
cd tests/integration/
365365
npx jest --ci --color read-only-hook
366-
helm -n integration-tests uninstall test-scan http-webhook read-only-hook
366+
helm -n integration-tests uninstall test-scan http-webhook ro-hook
367367
- name: "nmap Integration Tests"
368368
run: |
369369
helm -n integration-tests install nmap ./scanner/nmap/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"

0 commit comments

Comments
 (0)