From 70f7768ffd2c3a724af642e6354418653a8333d1 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Tue, 21 May 2024 15:34:03 +0200 Subject: [PATCH] Cleanup module version message The pre-build-script was removed at some point, making the step nr. 2 outdated. --- .github/workflows/notify-module-version.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/notify-module-version.yml b/.github/workflows/notify-module-version.yml index ee637ac128..a0ff98fa6a 100644 --- a/.github/workflows/notify-module-version.yml +++ b/.github/workflows/notify-module-version.yml @@ -23,7 +23,5 @@ jobs: MSG_MINIMAL: commit SLACK_MESSAGE: | @acs-collector-team you should now update downstream with the new version and commit. - 1. Create a MR to + Create a MR to adding this `MODULE_VERSION` to `upstream_sources.yml` and `distgit/containers/rhacs-drivers-build/container.yaml.in`. - 2. Once done, you will need to create another MR to - updating the support package used in `distgit/containers/rhacs-collector/pre-build-script`.