Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Specification Tools
Scripts
Commits
c19cc023
Commit
c19cc023
authored
2 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Fixing coversheet + adding missing parameter when calling forgelib
parent
3dcf6c30
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
generate_changemarks.sh
+2
-2
2 additions, 2 deletions
generate_changemarks.sh
onem2m_coversheet_template.docx
+0
-0
0 additions, 0 deletions
onem2m_coversheet_template.docx
with
2 additions
and
2 deletions
generate_changemarks.sh
+
2
−
2
View file @
c19cc023
...
@@ -17,7 +17,7 @@ echo "PROJECT NAME:" $PROJECT_NAME
...
@@ -17,7 +17,7 @@ echo "PROJECT NAME:" $PROJECT_NAME
echo
"PROJECT ID:"
$2
echo
"PROJECT ID:"
$2
echo
"MERGE IID:"
$3
echo
"MERGE IID:"
$3
echo
"
\n
------ Generating change marks --------"
echo
"
\n
------ Generating change marks --------"
docker container run
--rm
-v
$(
pwd
)
:/tmp/
"
$DOCKER_IMAGE
"
forgelib-changedocs
-vv
--combine
--diffs
--outPath
=
/tmp/docs
--startdelimiter
"/tmp/
$4
"
--enddelimiter
"/tmp/
$5
"
--coversheet
"/tmp/
$6
"
"
$HOST_URL
"
"
$2
"
"
$PROJECT_NAME
"
"
$3
"
docker container run
--rm
-v
$(
pwd
)
:/tmp/
"
$DOCKER_IMAGE
"
forgelib-changedocs
-vv
--combine
--diffs
--preprocessor
onem2m
--outPath
=
/tmp/docs
--startdelimiter
"/tmp/
$4
"
--enddelimiter
"/tmp/
$5
"
--coversheet
"/tmp/
$6
"
"
$HOST_URL
"
"
$2
"
"
$PROJECT_NAME
"
"
$3
"
exit
0
exit
0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
onem2m_coversheet_template.docx
+
0
−
0
View file @
c19cc023
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment