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

CI/CD => Add missing package for Wiki release

parent d7409df1
Branches
Tags
No related merge requests found
Pipeline #26526 passed
...@@ -153,10 +153,11 @@ release:wiki: ...@@ -153,10 +153,11 @@ release:wiki:
- release - release
image: alpine:latest image: alpine:latest
script: script:
- !reference [.get_version, script]
- apk update - apk update
- apk add git - apk add git
- apk add jq
- !reference [.get_version, script]
# Define URL for the wiki in terms of project-agnostic predefined variables # Define URL for the wiki in terms of project-agnostic predefined variables
- WIKI_URL="${CI_SERVER_PROTOCOL}://project_${CI_PROJECT_ID}_bot:${GITLAB_PROJECT_ACCESS_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.wiki.git" - WIKI_URL="${CI_SERVER_PROTOCOL}://project_${CI_PROJECT_ID}_bot:${GITLAB_PROJECT_ACCESS_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.wiki.git"
......
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
<excludeFolder url="file://$MODULE_DIR$/temp" /> <excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" /> <excludeFolder url="file://$MODULE_DIR$/tmp" />
</content> </content>
<content url="file://$MODULE_DIR$/../../../../UI/DojoCLI/.gitlab-ci-local">
<excludeFolder url="file://$MODULE_DIR$/../../../../UI/DojoCLI/.gitlab-ci-local" />
</content>
<content url="file://$MODULE_DIR$/../../../../UI/DojoCLI/NodeApp/.gitlab-ci-local">
<excludeFolder url="file://$MODULE_DIR$/../../../../UI/DojoCLI/NodeApp/.gitlab-ci-local" />
</content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment