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

- refactor: use new variable

parent 49cff284
Branches
No related tags found
No related merge requests found
Pipeline #5140 passed
......@@ -77,7 +77,7 @@ package-debian-job:
- ARCHITECTURE="all"
- VERSION="${VERAPDF_VERSION}"
# create build dir structure
- DEB_BUILD_DIR="verapdf_${VERAPDF_VERSION}-${REVISION}_${ARCHITECTURE}"
- DEB_BUILD_DIR="verapdf_${VERSION}-${REVISION}_${ARCHITECTURE}"
- mkdir -p ${DEB_BUILD_DIR}/DEBIAN
# copy project files to be packaged
- mkdir -p "${DEB_BUILD_DIR}/${INSTALL_PATH_VERAPDF_DEB}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment