From cbfc27e9cb09444dc596c60785ec5916a1ea1e0f Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 1 Sep 2023 15:20:29 +0200 Subject: [PATCH] fix branding of result tarball in ci --- .github/workflows/main.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67cd997..683cc34 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: collection - path: theforeman-operations-*.tar.gz + path: redhat-satellite_operations-*.tar.gz molecule: runs-on: ubuntu-20.04 diff --git a/Makefile b/Makefile index aeceb60..3dd8329 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ branding: sed -i 's/foreman.example.com/satellite.example.com/g' roles/*/README.md roles/*/*/*.yml sed -i 's/katello/satellite/g' roles/*/README.md roles/*/*/*.yml sed -i 's#theforeman/foreman-operations-collection#RedHatSatellite/satellite-operations-collection#g' .github/workflows/*.yml - sed -i 's/theforeman-foreman/redhat-satellite-operations/g' .github/workflows/*.yml + sed -i 's/theforeman-operations/redhat-satellite_operations/g' .github/workflows/*.yml sed -i 's/Foreman Operations Collection/Red Hat Satellite Operations Collection/g' docs/index.rst docs/conf.py sed -i 's/The Foreman Project/Red Hat, Inc./g' docs/conf.py sed -i 's/Foreman/Satellite/g' roles/*/README.md roles/*/*/*.yml