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
dbfa7d8d
Commit
dbfa7d8d
authored
2 months ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Add revisions addition + make start delimiter as heading 2
parent
29838eb6
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_delimiter_start.docx
+0
-0
0 additions, 0 deletions
onem2m_delimiter_start.docx
with
2 additions
and
2 deletions
generate_changemarks.sh
+
2
−
2
View file @
dbfa7d8d
...
...
@@ -9,7 +9,7 @@
#
#!/bin/bash
FORGELIB_DOCKER_IMAGE
=
forge.3gpp.org:5050/tools/3gpp-scripts/forgelib:v2.1
8
.0
FORGELIB_DOCKER_IMAGE
=
forge.3gpp.org:5050/tools/3gpp-scripts/forgelib:v2.1
9
.0
GENERATE_CHANGEMARKS_DOCKER_IMAGE
=
generatechangemarks:master
DOCKER_IMAGE
=
pandoc/core:3.1.1.0
...
...
@@ -23,7 +23,7 @@ rm out/*.md
echo
"------ Parsing repo URL --------"
HOST_URL
=
$(
echo
$1
|
cut
-d
'/'
-f
1-3
)
PROJECT_NAME
=
$(
echo
$1
|
cut
-d
'/'
-f
6-
|
cut
-d
'.'
-f
1
)
PROJECT_NAME
=
$(
echo
$1
|
grep
-o
'[^/]*$'
|
cut
-d
'.'
-f
1
)
echo
"HOST URL:"
$HOST_URL
echo
"PROJECT NAME:"
$PROJECT_NAME
echo
"PROJECT ID:"
$2
...
...
This diff is collapsed.
Click to expand it.
onem2m_delimiter_start.docx
+
0
−
0
View file @
dbfa7d8d
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