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

- fix: recursive copy

parent a0964eb1
No related branches found
No related tags found
No related merge requests found
Pipeline #4986 failed
......@@ -71,7 +71,7 @@ packaging-deb-job:
- DEB_BUILD_DIR="slubarchiv-xml-catalog_${VERSION}-${REVISION}_${ARCHITECTURE}"
- mkdir -p ${DEB_BUILD_DIR}/DEBIAN
# copy project files to be packaged
- cp src/* ${DEB_BUILD_DIR}/
- cp -r src/* ${DEB_BUILD_DIR}/
# copy & rename deb control file template
- cp gitlab-ci/validate_workflows.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