From 1868965f1ab09239692d4f471a3f24abf41c6100 Mon Sep 17 00:00:00 2001 From: sg Date: Tue, 1 Oct 2024 23:04:39 +0100 Subject: [PATCH] fix the reachability enrichers atom run command by removing backslashes --- components/enrichers/reachability/task.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/components/enrichers/reachability/task.yaml b/components/enrichers/reachability/task.yaml index f6981297b..1c0e32761 100644 --- a/components/enrichers/reachability/task.yaml +++ b/components/enrichers/reachability/task.yaml @@ -42,13 +42,7 @@ spec: command: - /bin/sh - -c - - | - atom \ - reachables \ - -o $(workspaces.output.path)/source-code/app.atom \ - -s /scratch/reachables.json \ - -l $(params.enricher-reachability-programming-language) \ - $(workspaces.output.path)/source-code + - atom reachables -o $(workspaces.output.path)/source-code/app.atom -s /scratch/reachables.json -l $(params.enricher-reachability-programming-language) $(workspaces.output.path)/source-code volumeMounts: - mountPath: /scratch name: scratch