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
b61035ff
Commit
b61035ff
authored
Dec 10, 2021
by
Adam Lewenberg
Browse files
more testing (take 3)
parent
f1b6b5ed
Pipeline
#31693
failed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci.yml.template
View file @
b61035ff
...
...
@@ -6,16 +6,23 @@ build-debian-package-%%DEBIAN_RELEASE%%:
name: $DOCKER_DEB_PACKAGE_BUILDER:%%DEBIAN_RELEASE%%
entrypoint: ["/bin/bash"]
script:
- echo "========================================="
- echo "fixing permissions on private key file..."
- chmod 600 $SSH_PRIVATE_KEY_PATH
- ls -l $SSH_PRIVATE_KEY_PATH
- echo "CI_COMMIT_AUTHOR is $CI_COMMIT_AUTHOR"
- echo "========================================="
- DEBEMAIL=$CI_COMMIT_AUTHOR
- echo "CI_COMMIT_AUTHOR: $CI_COMMIT_AUTHOR"
- echo "DEBEMAIL: : $DEBEMAIL"
- echo "========================================="
- echo "adding backport changelog entry"
- %%DCH_COMMAND%%
- dpkg-parsechangelog
-
ls -lrta ..
-
echo "========================================="
- pwd
- ls -lrta
- ls -lrta ..
- echo "========================================="
- mkdir -p $CI_PROJECT_DIR/build-area
- ls -lrta
- >
...
...
@@ -23,7 +30,6 @@ build-debian-package-%%DEBIAN_RELEASE%%:
RUN_LINTIAN=YES BUILD_DIRECTORY=$CI_PROJECT_DIR
DPUT_CF=$CI_PROJECT_DIR/dput.cf
DPUT_HOST=%%DPUT_HOST%%
DEBEMAIL=$CI_COMMIT_AUTHOR
VERBOSE=YES
/root/build-pkg.sh
needs:
...
...
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