Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoExerciseChecker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Pipelines
DojoExerciseChecker
Commits
5bccfed4
Commit
5bccfed4
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
CI/CD => Add missing package for Wiki release
parent
64dd223b
No related branches found
No related tags found
No related merge requests found
Pipeline
#26532
canceled
1 year ago
Stage: build
Stage: clean
Stage: upload
Stage: release
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
ExerciseChecker/.idea/ExerciseChecker.iml
+6
-0
6 additions, 0 deletions
ExerciseChecker/.idea/ExerciseChecker.iml
with
9 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
5bccfed4
...
...
@@ -268,10 +268,11 @@ release:wiki:
-
release
image
:
alpine:latest
script
:
-
!reference
[
.get_version
,
script
]
-
apk update
-
apk add git
-
apk add jq
-
!reference
[
.get_version
,
script
]
# 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"
...
...
This diff is collapsed.
Click to expand it.
ExerciseChecker/.idea/ExerciseChecker.iml
+
6
−
0
View file @
5bccfed4
...
...
@@ -6,6 +6,12 @@
<excludeFolder
url=
"file://$MODULE_DIR$/temp"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/tmp"
/>
</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=
"sourceFolder"
forTests=
"false"
/>
</component>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment