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
+ 4
1
@@ -507,13 +507,16 @@ 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: >-
openssh-client
script:
- |
chmod -R a+rX,og-w .
umask 022
if ! [ -f "$PRESSURE_VESSEL_CI_UPLOAD_HOST_SSH_PUBLIC_KEYS_FILE" ]; then
echo "P_V_CI_UPLOAD_HOST_SSH_PUBLIC_KEYS_FILE must be of type File" >&2
exit 1
Loading