Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
9c363d98
Commit
9c363d98
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix update-index..sh script
parent
43eeaf44
No related branches found
No related tags found
No related merge requests found
Pipeline
#5019
canceled
3 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helm/update-index.sh
+1
-1
1 addition, 1 deletion
helm/update-index.sh
with
1 addition
and
1 deletion
helm/update-index.sh
+
1
−
1
View file @
9c363d98
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
RELEASE_NAME
=
$1
# Supposed to be equal to tag, e.g., v0.3.0
RELEASE_NAME
=
$1
# Supposed to be equal to tag, e.g., v0.3.0
RELEASE_PATH
=
"https://github.com/cau-se/theodolite/releases/download"
RELEASE_PATH
=
"https://github.com/cau-se/theodolite/releases/download"
REPO_INDEX
=
"../
../
docs/index.yaml"
REPO_INDEX
=
"../docs/index.yaml"
helm repo index
.
--url
$RELEASE_PATH
/
$RELEASE_NAME
--merge
$REPO_INDEX
&&
\
helm repo index
.
--url
$RELEASE_PATH
/
$RELEASE_NAME
--merge
$REPO_INDEX
&&
\
mv
index.yaml
$REPO_INDEX
mv
index.yaml
$REPO_INDEX
\ No newline at end of file
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