Skip to content
Snippets Groups Projects
Commit b1153802 authored by jurgenhaas's avatar jurgenhaas
Browse files

mobimo/portals/friesenberg#51 Ensure permissions before moving directory

parent 6b174e65
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ CollectConfig:
- EXPORTDIR="${CAE_NG_EXPORT_DIR//${search}/${replace}}"
- if [[ ! -d "${EXPORTDIR}" ]]; then echo "Directory ${EXPORTDIR} does not exist. Cancel."; exit 0; fi
- git checkout -b cc-${CI_JOB_ID} HEAD
- chmod -R ugo+w ${EXPORTDIR}
- mv ${EXPORTDIR} /tmp/cc-${CI_JOB_ID}
- |
function collectDir() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment