Skip to content

Commit c64cbf7

Browse files
committed
clean up
1 parent 5367e63 commit c64cbf7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-test-release-client-packages.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build, test, and release client packages
22

33
on:
44
push:
5-
# branches:
6-
# - main
5+
branches:
6+
- main
77
tags:
88
- 'v*'
99
pull_request:
@@ -43,21 +43,18 @@ jobs:
4343
# it will make debugging more annoying.
4444

4545
- name: Build RPM package
46-
id: build-rpm
4746
uses: bpicode/github-action-fpm@master
4847
with:
4948
fpm_args: "etc"
5049
fpm_opts: "--debug -n cvmfs-config-eessi -v ${{ steps.get_version.outputs.version }} -t rpm -a all -s dir -C ./package --description 'CVMFS configuration package for EESSI.'"
5150

5251
- name: Build Deb package
53-
id: build-deb
5452
uses: bpicode/github-action-fpm@master
5553
with:
5654
fpm_args: "etc"
5755
fpm_opts: "--debug -n cvmfs-config-eessi -v ${{ steps.get_version.outputs.version }} -t deb -a all -s dir -C ./package --description 'CVMFS configuration package for EESSI.'"
5856

5957
- name: Build tar package
60-
id: build-tar
6158
uses: bpicode/github-action-fpm@master
6259
with:
6360
fpm_args: "etc"

0 commit comments

Comments
 (0)