Skip to content
Snippets Groups Projects
Commit 8f5de21f authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fix: remove write permission

parent 261866c8
No related branches found
No related tags found
No related merge requests found
Pipeline #5181 passed
......@@ -67,6 +67,7 @@ package-debian-job:
- mkdir -p ${DEB_BUILD_PROFILE_DIR}
- cp -a SLUB_*.xml "${DEB_BUILD_PROFILE_DIR}/"
- cp -a build/SLUB_*.xml "${DEB_BUILD_PROFILE_DIR}/"
- chmod -R u-w,g-w,o-w "${DEB_BUILD_PROFILE_DIR}/"
# copy & rename deb control file template
- cp gitlab-ci/slubarchiv-mediaconch-profiles.control "${DEB_BUILD_DIR}/DEBIAN/control"
# set package version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment