Skip to content
Snippets Groups Projects
Commit 584118d1 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Add missing mkdir

parent 08c9b917
No related branches found
No related tags found
No related merge requests found
Pipeline #26433 passed
......@@ -235,6 +235,7 @@ upload:packages:wiki:
- !reference [.get_packages_url, script]
# Create archive
- mkdir -p $ARTIFACTS_FOLDER
- WIKI_ARCHIVE_PATH="${ARTIFACTS_FOLDER}/${WIKI_ARCHIVE_NAME}"
- tar -v -c -C "${CI_PROJECT_DIR}/${WIKI_FOLDER}" -J -f "${WIKI_ARCHIVE_PATH}" . # Ubuntu: tar --verbose --create --cd wiki-test-2 --xz --file file.tar.bz2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment