Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
et-iedo-public
debian-packages
gitlab-package-build
Commits
49672777
Commit
49672777
authored
Dec 10, 2021
by
Adam Lewenberg
Browse files
more testing
parent
8d185ae7
Pipeline
#31685
passed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci.yml.template
View file @
49672777
...
...
@@ -10,8 +10,11 @@ build-debian-package-%%DEBIAN_RELEASE%%:
- chmod 600 $SSH_PRIVATE_KEY_PATH
- ls -l $SSH_PRIVATE_KEY_PATH
- echo "Get e-mail of last commiter"
- LAST_COMMIT_EMAIL=`
git --no-pager log -s --format="%ae" | head -n1
`
- LAST_COMMIT_EMAIL=`
echo "$CI_COMMIT_AUTHOR" | sed -e 's/^.*<\(.*\)>$/\1/'
`
- echo $LAST_COMMIT_EMAIL
- echo "Get name of last commiter"
- LAST_COMMIT_NAME=`echo "$CI_COMMIT_AUTHOR" | sed -e 's/\s*<.*$//'`
- echo $LAST_COMMIT_NAME
- echo "adding backport changelog entry"
- %%DCH_COMMAND%%
- dpkg-parsechangelog
...
...
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