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
063b8dcb
Commit
063b8dcb
authored
Dec 07, 2020
by
David Freeman
Browse files
fix S3 directory name
parent
03485cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stages/publish/plugin_repo_map_vars.sh
stages/publish/plugin_repo_map_vars.sh
+1
-1
No files found.
stages/publish/plugin_repo_map_vars.sh
View file @
063b8dcb
...
...
@@ -4,7 +4,7 @@ S3_HTML_LINK="https://s3-us-gov-west-1.amazonaws.com/${S3_REPORT_BUCKET}/${BASE_
directory_date
=
$(
date
--utc
'+%FT%T.%3N'
)
export
REMOTE_DOCUMENTATION_DIRECTORY
=
"
${
directory_date
}
_
${
CI_PIPELINE_ID
}
"
export
REMOTE_REPORT_DIRECTORY
=
"
${
REMOTE_DOCUMENTATION_DIRECTORY
}
/reports
"
export
REMOTE_REPORT_DIRECTORY
=
"
${
REMOTE_DOCUMENTATION_DIRECTORY
}
"
export
repo_name
=
"
${
CI_PROJECT_NAME
}
"
export
plugin_name
=
"
${
PLUGIN_NAME
}
"
...
...
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