Skip to content

Commit a214649

Browse files
authored
Merge pull request #3140 from flatcar/tormath1/ci
ci: follow-up on "signed-off" commits
2 parents d604555 + fd42a17 commit a214649

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

.github/workflows/cacerts-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ jobs:
6666
title: Update ca-certificates in ${{ steps.figure-out-branch.outputs.BRANCH }} from ${{ steps.apply-patch.outputs.VERSION_OLD }} to ${{ steps.nss-latest-release.outputs.NSS_VERSION }}
6767
body: Subject says it all.
6868
labels: ${{ steps.figure-out-branch.outputs.LABEL }}
69+
signoff: true

.github/workflows/firmware-release-main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ jobs:
4545
title: Upgrade Linux Firmware in main from ${{ steps.apply-patch-main.outputs.VERSION_OLD }} to ${{ steps.firmware-latest-release.outputs.VERSION_NEW }}
4646
body: Subject says it all.
4747
labels: main
48+
signoff: true

.github/workflows/kernel-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ jobs:
6767
title: Upgrade Linux Kernel for ${{ steps.figure-out-branch.outputs.BRANCH }} from ${{ steps.apply-patch.outputs.VERSION_OLD }} to ${{ steps.kernel-latest-release.outputs.KERNEL_VERSION }}
6868
body: Subject says it all.
6969
labels: ${{ steps.figure-out-branch.outputs.LABEL }}
70+
signoff: true

.github/workflows/mantle-releases-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ jobs:
7979
title: Upgrade mantle container image to latest HEAD in ${{ steps.figure-out-branch.outputs.BRANCH }}
8080
commit-message: Update mantle container image to latest HEAD
8181
delete-branch: true
82+
signoff: true

.github/workflows/update-metadata-glsa.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
commit-message: "portage-stable/metadata: Monthly GLSA metadata updates"
3434
author: Flatcar Buildbot <[email protected]>
3535
labels: main
36+
signoff: true

.github/workflows/vmware-release-main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ jobs:
4848
title: Upgrade open-vm-tools in main from ${{ steps.apply-patch-main.outputs.VERSION_OLD }} to ${{ steps.openvmtools-latest-release.outputs.VERSION_NEW }}
4949
body: Subject says it all.
5050
labels: main
51+
signoff: true

ci-automation/ci_automation_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function update_and_push_version() {
3636
# Add and commit local changes
3737
git add "sdk_container/.repo/manifests/version.txt"
3838

39-
git commit -s --allow-empty -m "New version: ${version}"
39+
git commit --signoff --allow-empty -m "New version: ${version}"
4040

4141
git fetch --all --tags --force
4242
local -i ret=0

0 commit comments

Comments
 (0)