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
935dd30a
Commit
935dd30a
authored
Dec 09, 2020
by
David Freeman
Browse files
fix report tar shasum var name
parent
b5a0ed75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
stages/publish/create_repo_map.py
stages/publish/create_repo_map.py
+2
-1
No files found.
stages/publish/create_repo_map.py
View file @
935dd30a
...
...
@@ -84,11 +84,12 @@ def main():
"Plugin_Version"
:
os
.
environ
.
get
(
"PLUGIN_VERSION"
),
"Build_Date"
:
os
.
environ
.
get
(
"REPORT_DATE"
),
"Build_Number"
:
os
.
environ
.
get
(
"CI_PIPELINE_ID"
),
"Project_Url"
:
os
.
environ
.
get
(
"CI_PROJECT_URL"
),
"Project_Readme_Link"
:
os
.
environ
.
get
(
"project_readme"
),
"Project_Manifest_Link"
:
os
.
environ
.
get
(
"plugin_manifest"
),
"Report_Tar_Name"
:
os
.
environ
.
get
(
"REPORT_TAR_NAME"
),
"Report_Tar_Location"
:
os
.
environ
.
get
(
"tar_location"
),
"Report_Tar_Sha
_256_S
um"
:
os
.
environ
.
get
(
"TAR_SHASUM"
),
"Report_Tar_Sha
s
um"
:
os
.
environ
.
get
(
"
REPORT_
TAR_SHASUM"
),
"Repo_Name"
:
os
.
environ
.
get
(
"repo_name"
),
"Keywords"
:
output_list
,
}
...
...
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