Skip to content

Commit 42fdea7

Browse files
author
netblue30
committed
gitlab
1 parent 370b9db commit 42fdea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build_ubuntu_package:
1111
- apt-get update -qq
1212
- apt-get install -y -qq build-essential lintian pkg-config python3
1313
- ./configure --prefix=/usr && make deb && dpkg -i firejail*.deb
14-
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc
14+
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
1515

1616
build_debian_package:
1717
image: debian:stretch
@@ -33,7 +33,7 @@ build_fedora_package:
3333
- dnf update -y
3434
- dnf install -y rpm-build gcc make
3535
- ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm
36-
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc
36+
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
3737

3838
build_src_package:
3939
image: alpine:latest

0 commit comments

Comments
 (0)