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
06247d71
Commit
06247d71
authored
Dec 08, 2020
by
David Freeman
Browse files
update tar creation
parent
c38d851d
Pipeline
#95987
passed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
stages/report-generation/report-generation.sh
stages/report-generation/report-generation.sh
+1
-3
No files found.
stages/report-generation/report-generation.sh
View file @
06247d71
...
...
@@ -13,8 +13,6 @@ python3 "${PIPELINE_REPO_DIR}/stages/report-generation/pipeline_csv_gen.py" \
cp
"README.md"
"
${
REPORT_PATH
}
"
cd
"
${
REPORT_PATH
}
"
tar
-czvf
"
${
PLUGIN_NAME
}
-
${
utc_date
}
_plugin_scan_result.tar.gz"
"
${
PLUGIN_NAME
}
-
${
utc_date
}
.xlsx"
"README.md"
tar
-czvf
"
${
PLUGIN_NAME
}
-
${
utc_date
}
_plugin_scan_result.tar.gz"
-C
"
${
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