Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Verified Commit 511f18ad authored by Ayush Singh's avatar Ayush Singh
Browse files
parent cea1bd69
Pipeline #21159 passed with stages
in 6 minutes and 14 seconds
......@@ -141,14 +141,16 @@ deploy:
variables:
VERSION: ${CI_COMMIT_TAG}
before_script:
- apk add --no-cache make curl
- apk add --no-cache make curl jq
script:
- echo "running release_job for $CI_COMMIT_TAG"
- 'curl -H "PRIVATE-TOKEN: $CI_API_TOKEN" "$CI_API_V4_URL/projects/$CI_PROJECT_ID/repository/changelog?version=$CI_COMMIT_TAG" | jq -r .notes > release_notes.md'
- make upload-artifacts
release:
tag_name: $CI_COMMIT_TAG
name: 'BeagleBoard Imager $CI_COMMIT_TAG'
description: 'BeagleBoard Image Flasher $CI_COMMIT_TAG'
description: release_notes.md
ref: '$CI_COMMIT_SHA'
assets:
links:
- name: 'x86_64-bb-imager-gui-windows.zip'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment