test build info update & changelog 7
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 12m9s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 2m14s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 2m41s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 1m45s
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 12m9s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 2m14s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 2m41s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 1m45s
This commit is contained in:
@@ -190,6 +190,11 @@ jobs:
|
|||||||
- name: Create temporary changelog workspace
|
- name: Create temporary changelog workspace
|
||||||
run: mkdir changelogs
|
run: mkdir changelogs
|
||||||
|
|
||||||
|
- name: Clone upload repo
|
||||||
|
run: |
|
||||||
|
GIT_CREDENTIAL="${{ secrets.GIT_TOKEN || secrets.GIT_PASSWORD }}"
|
||||||
|
git clone --depth=3 "https://${{ env.GIT_USERNAME }}:${GIT_CREDENTIAL}@gitea.fithwum.tech/fithwum/debian-base.git" upload-repo
|
||||||
|
|
||||||
- name: Generate changelogs from git log
|
- name: Generate changelogs from git log
|
||||||
run: |
|
run: |
|
||||||
for version in $VERSIONS; do
|
for version in $VERSIONS; do
|
||||||
@@ -201,11 +206,6 @@ jobs:
|
|||||||
git log -n 10 --pretty=format:"- %s (%an)" >> "$changelog"
|
git log -n 10 --pretty=format:"- %s (%an)" >> "$changelog"
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Clone upload repo
|
|
||||||
run: |
|
|
||||||
GIT_CREDENTIAL="${{ secrets.GIT_TOKEN || secrets.GIT_PASSWORD }}"
|
|
||||||
git clone --depth=3 "https://${{ env.GIT_USERNAME }}:${GIT_CREDENTIAL}@gitea.fithwum.tech/fithwum/debian-base.git" upload-repo
|
|
||||||
|
|
||||||
- name: Copy generated changelogs into repo
|
- name: Copy generated changelogs into repo
|
||||||
run: |
|
run: |
|
||||||
for version in $VERSIONS; do
|
for version in $VERSIONS; do
|
||||||
|
|||||||
Reference in New Issue
Block a user