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

Commit 56a9d0a

Browse files
committed
Fix CI Syntax
1 parent 650be9f commit 56a9d0a

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
@@ -426,7 +426,7 @@ jobs:
426426
- name: "nmap Integration Tests"
427427
run: |
428428
helm -n integration-tests install nmap ./scanners/nmap/ \
429-
--set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
429+
--set="parserImage.tag=sha-$(git rev-parse --short HEAD)" \
430430
--set="image.tag=sha-$(git rev-parse --short HEAD)"
431431
cd tests/integration/
432432
npx jest --ci --color nmap

0 commit comments

Comments
 (0)