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
open-source
gitlab-ci-templates
Commits
37c929a1af9d
Commit
37c929a1
authored
Apr 27, 2021
by
Katia Saurfelt
Browse files
add a template for debian package release
parent
528981799846
Pipeline
#52436
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/release-on-heptapod-with-deb-package.yml
0 → 100644
View file @
37c929a1
---
include
:
'
templates/release-on-heptapod.yml'
create-release-on-heptapod
:
script
:
-
|
release-cli create --name "Release $CI_COMMIT_TAG"
--tag-name $CI_COMMIT_TAG\
--assets-link "{\"name\":\"${CI_PROJECT_NAME}_${CI_COMMIT_TAG}-1_all.deb\",\"url\":\"${PACKAGE_REGISTRY_URL}/${CI_COMMIT_TAG}/${CI_PROJECT_NAME}_${CI_COMMIT_TAG}-1_all.deb\", \"link_type\": \"package\"}"
Write
Preview
Supports
Markdown
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