Skip to content
Snippets Groups Projects
Verified Commit 7bf030ce authored by swym's avatar swym Committed by rahix
Browse files

Fix jq script

parent b806d383
No related branches found
No related tags found
No related merge requests found
Pipeline #1978 passed
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
command:(. as {file:$file, directory:$directory} command:(. as {file:$file, directory:$directory}
|.command |.command
|sub("-fno-isolate-erroneous-paths-dereference";"-m32") |sub("-fno-isolate-erroneous-paths-dereference";"-m32")
|sub("(?<a>\\s)\\.\\./"; (.a) + "\($directory)/../")
|sub("/build/\\.\\./"; "/")
) )
, ,
file:((.directory|sub("build$";""))+(.file|sub("^../";""))) file:((.directory|sub("build$";""))+(.file|sub("^../";"")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment