Skip to content
Snippets Groups Projects

CI: Set more reasonable permissions in the source package

Merged Simon McVittie requested to merge wip/t28526 into master
+ 3
1
@@ -93,6 +93,8 @@ package:
STEAM_CI_DEB_BUILD: full # debuild --build=full, aka -F
STEAM_CI_INSTALL_SCRIPT: |
apt-get -y install pkg-create-dbgsym
chmod -R a+rX,og-w .
umask 022
package:i386:
extends: .build_package
@@ -515,7 +517,7 @@ deploy:
when: always
# To debug changes to this CI step, change this to when: always
# or when: manual, and push to a protected branch
- when: never
- when: always
image: "${DEVEL_DOCKER_REGISTRY}/${DEVEL_DOCKER_IMAGE}"
variables:
STEAM_CI_DEPENDENCIES: >-
Loading