Skip to content
Snippets Groups Projects
Commit 99a21fa6 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Fixed bug in npm_push_doc_template leading to wrong generation of gen_doc.env artifact

parent b815ab81
No related branches found
No related tags found
1 merge request!60Fixed bug in npm_push_doc_template leading to wrong generation of gen_doc.env artifact
Pipeline #101924 passed
......@@ -166,6 +166,8 @@ variables:
DIST_DIR: "$CI_PROJECT_DIR/dist"
script:
# start always at project root dir, to make sure .env file (included in artifacts) is generated there
- cd "${CI_PROJECT_DIR}"
- /home/emscripten/scripts/npm_push_doc.sh "${SOURCE_DIR}" "${PROJECT_URL}" "${WIKI_PUSH_TOKEN}" "${DIST_DIR}" "${CI_COMMIT_REF_NAME}" "${CI_COMMIT_REF_PROTECTED}"
artifacts:
......
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