fix(ci/autobuild): don't install custom templates

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2025-03-15 22:26:05 +08:00
committed by GitHub
parent 36155c78a9
commit ed7d5a099a
-5
View File
@@ -68,11 +68,6 @@ jobs:
dir=$(dirname ${{ matrix.pkg.pkg }})
dnf builddep -y ${dir}/*.spec
- name: Include custom build template instead of package default
run: |
cp -v mock-configs/terra-el.tpl /etc/mock/templates/
cp -v mock-configs/terra-el-dev.tpl /etc/mock/templates/
- name: Build with Andaman
run: anda build ${{ matrix.pkg.pkg }} -c terra-el${{ matrix.version }}-dev-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }}