diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-apply-patch.sh b/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-apply-patch.sh index cbe3c2fdab..620af74163 100755 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-apply-patch.sh +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/go-apply-patch.sh @@ -23,7 +23,7 @@ enter /mnt/host/source/src/scripts/update_metadata --commit coreos # We can only create the actual commit in the actual source directory, not under the SDK. # So create a format-patch, and apply to the actual source. -git add dev-lang/go/go-${VERSION_NEW}* +git add dev-lang/go/go-${VERSION_NEW}* metadata git commit -a -m "dev-lang/go: Upgrade Go ${versionOld} to ${VERSION_NEW}" git format-patch -1 --stdout HEAD > "${branch}".patch popd || exit diff --git a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-apply-patch.sh b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-apply-patch.sh index 90040c554c..a79e436576 100755 --- a/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-apply-patch.sh +++ b/sdk_container/src/third_party/coreos-overlay/.github/workflows/kernel-apply-patch.sh @@ -26,7 +26,7 @@ enter /mnt/host/source/src/scripts/update_metadata --commit coreos # We can only create the actual commit in the actual source directory, not under the SDK. # So create a format-patch, and apply to the actual source. -git add sys-kernel/coreos-* +git add sys-kernel/coreos-* metadata git commit -a -m "sys-kernel: Upgrade Linux ${versionOld} to ${VERSION_NEW}" git format-patch -1 --stdout HEAD > "${branch}".patch popd || exit