Skip to content

Commit 08185ae

Browse files
committed
ci: fix commented sort.py code in alpine job
This amends the following commits: * 370b9db ("gitlab pipeline fixes", 2020-04-21) * 42fdea7 ("gitlab", 2020-04-21) Added on commit 2e14c1a ("Adding sort.py to GitLab CI (netblue30#2973)", 2019-09-21).
1 parent 7e41e9e commit 08185ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build_src_package:
5757
- make
5858
- make install-strip
5959
- command -V firejail && firejail --version
60-
# - python3 contrib/sort.py etc/*.{profile,inc}
60+
# - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
6161

6262
build_no_apparmor:
6363
image: ubuntu:latest

0 commit comments

Comments
 (0)