aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-20 19:25:54 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-24 23:16:48 -0300
commitc43f96253be0051ea33a1f4f3cce6b7e13e20281 (patch)
tree2f32dffe24b429bc1dcaaf154df964612c5055d7 /.gitlab-ci.yml
parentbuild(deps): bump step-security/harden-runner from 2.3.0 to 2.3.1 (diff)
downloadfirejail-c43f96253be0051ea33a1f4f3cce6b7e13e20281.tar.gz
firejail-c43f96253be0051ea33a1f4f3cce6b7e13e20281.tar.zst
firejail-c43f96253be0051ea33a1f4f3cce6b7e13e20281.zip
ci: fix commented sort.py code in alpine job
This amends the following commits: * 370b9db39 ("gitlab pipeline fixes", 2020-04-21) * 42fdea77f ("gitlab", 2020-04-21) Added on commit 2e14c1a1d ("Adding sort.py to GitLab CI (#2973)", 2019-09-21).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0241e994..fe07b5b93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ build_src_package:
57 - make 57 - make
58 - make install-strip 58 - make install-strip
59 - command -V firejail && firejail --version 59 - command -V firejail && firejail --version
60 # - python3 contrib/sort.py etc/*.{profile,inc} 60 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
61 61
62build_no_apparmor: 62build_no_apparmor:
63 image: ubuntu:latest 63 image: ubuntu:latest