Skip to content
Snippets Groups Projects
Commit b0431c66 authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/t28526' into 'master'

CI: Set more reasonable permissions in the source package

See merge request !318
parents 52644352 1c77fd14
No related branches found
No related tags found
1 merge request!318CI: Set more reasonable permissions in the source package
Checking pipeline status
...@@ -93,6 +93,8 @@ package: ...@@ -93,6 +93,8 @@ package:
STEAM_CI_DEB_BUILD: full # debuild --build=full, aka -F STEAM_CI_DEB_BUILD: full # debuild --build=full, aka -F
STEAM_CI_INSTALL_SCRIPT: | STEAM_CI_INSTALL_SCRIPT: |
apt-get -y install pkg-create-dbgsym apt-get -y install pkg-create-dbgsym
chmod -R a+rX,og-w .
umask 022
package:i386: package:i386:
extends: .build_package extends: .build_package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment