We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370b9db commit 42fdea7Copy full SHA for 42fdea7
.gitlab-ci.yml
@@ -11,7 +11,7 @@ build_ubuntu_package:
11
- apt-get update -qq
12
- apt-get install -y -qq build-essential lintian pkg-config python3
13
- ./configure --prefix=/usr && make deb && dpkg -i firejail*.deb
14
- - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc
+ - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
15
16
build_debian_package:
17
image: debian:stretch
@@ -33,7 +33,7 @@ build_fedora_package:
33
- dnf update -y
34
- dnf install -y rpm-build gcc make
35
- ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm
36
37
38
build_src_package:
39
image: alpine:latest
0 commit comments