diff --git a/.github/workflows/o2-full-deps.yml b/.github/workflows/o2-full-deps.yml index a9ba6b3b..3c1508c0 100644 --- a/.github/workflows/o2-full-deps.yml +++ b/.github/workflows/o2-full-deps.yml @@ -1,7 +1,7 @@ --- # Create repositories with all O2 prerequisites plus aliBuild and push them # upstream (e.g. to S3). -name: Build o2-full-deps repositories +name: "Build o2-full-deps repositories" # Controls when the action will run. This workflow is triggered manually. "on": @@ -38,7 +38,7 @@ jobs: container: fedora:40 alibuild_tag: v1.17.12 - name: RPM (${{ matrix.el_version }}) + name: "RPM (${{ matrix.el_version }})" container: ${{ matrix.container }} env: ALIBUILD_TAG: ${{ matrix.alibuild_tag }} @@ -48,7 +48,8 @@ jobs: steps: # For rpms/*.spec - uses: actions/checkout@v3 - - name: Install prerequisites + + - name: "Install prerequisites" run: | set -ex if [[ "$DISTRO" == "el7" ]]; then @@ -66,7 +67,7 @@ jobs: ${{ secrets.S3_RCLONE_CONFIG }} EOF - - name: Build the ${{ matrix.el_version }} RPM and create a yum repo + - name: "Build the ${{ matrix.el_version }} RPM and create a yum repo" run: | set -ex rpmbuild -ba "rpms/o2-prereq-$DISTRO.spec" @@ -107,7 +108,7 @@ jobs: ALIBUILD_DISTRO: ${{ matrix.ubuntu_codename }} DEBIAN_FRONTEND: noninteractive steps: - - name: Install prerequisites + - name: "Install prerequisites" run: | apt update apt install -y vim git devscripts build-essential lintian debhelper dh-python python3-all python3-setuptools python3-setuptools-scm @@ -118,7 +119,7 @@ jobs: echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf echo -n "${{ secrets.LAUNCHPAD_PPA_GPG_KEY }}" | gpg --no-tty --batch --import - - name: Build a DEB for Ubuntu and push it to the PPA + - name: "Build a DEB for Ubuntu and push it to the PPA" run: | GPG_TTY=$(tty) export GPG_TTY