UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Tools
ironbank-plugins-pipeline
Commits
2a5a598a
Commit
2a5a598a
authored
Dec 07, 2020
by
David Freeman
Browse files
correct report artifact file name
parent
8fa5c016
Pipeline
#95326
passed with stages
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stages/report-generation/report-generation.sh
stages/report-generation/report-generation.sh
+1
-1
No files found.
stages/report-generation/report-generation.sh
View file @
2a5a598a
...
...
@@ -11,6 +11,6 @@ python3 "${PIPELINE_REPO_DIR}/stages/report-generation/pipeline_csv_gen.py" \
--utc-timestamp
"
${
utc_date
}
"
\
--output-dir
"
${
REPORT_PATH
}
"
/
tar
-czvf
"
${
REPORT_PATH
}
/
${
PLUGIN_NAME
}
-
${
utc_date
}
.tar.gz"
"
${
REPORT_PATH
}
/
${
PLUGIN_NAME
}
-
${
utc_date
}
.xlsx"
"README.md"
tar
-czvf
"
${
REPORT_PATH
}
/
${
PLUGIN_NAME
}
-
${
utc_date
}
_plugin_scan_result
.tar.gz"
"
${
REPORT_PATH
}
/
${
PLUGIN_NAME
}
-
${
utc_date
}
.xlsx"
"README.md"
echo
"REPORT_DATE=
${
utc_date
}
"
>>
"
${
REPORT_PATH
}
/report_generation.env"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment