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
5f41746e
Commit
5f41746e
authored
Dec 10, 2020
by
David Freeman
Browse files
fix sharsum var name
parent
3a0266c4
Pipeline
#99198
passed with stages
in 2 minutes and 5 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/publish/create_repo_map.py
stages/publish/create_repo_map.py
+1
-1
No files found.
stages/publish/create_repo_map.py
View file @
5f41746e
...
...
@@ -90,7 +90,7 @@ def main():
"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_Shasum"
:
os
.
environ
.
get
(
"REPORT_TAR_SHA
_256_
SUM"
),
"Report_Tar_Shasum"
:
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