Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a47c2bef
Commit
a47c2bef
authored
Apr 22, 2021
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid cd as it'll change subsequent shell scripts
parent
a5c6976c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
scripts/review_apps/review-apps.sh
scripts/review_apps/review-apps.sh
+2
-3
No files found.
scripts/review_apps/review-apps.sh
View file @
a47c2bef
...
...
@@ -281,13 +281,12 @@ function download_chart() {
curl
--location
-o
gitlab.tar.bz2
"https://gitlab.com/gitlab-org/charts/gitlab/-/archive/
${
GITLAB_HELM_CHART_REF
}
/gitlab-
${
GITLAB_HELM_CHART_REF
}
.tar.bz2"
tar
-xjf
gitlab.tar.bz2
cd
"gitlab-
${
GITLAB_HELM_CHART_REF
}
"
echoinfo
"Adding the gitlab repo to Helm..."
helm repo add gitlab https://charts.gitlab.io
echoinfo
"Building the gitlab chart's dependencies..."
helm dependency build
.
helm dependency build
"gitlab-
${
GITLAB_HELM_CHART_REF
}
"
}
function
base_config_changed
()
{
...
...
@@ -372,7 +371,7 @@ HELM_CMD=$(cat << EOF
${
HELM_CMD
}
\
--version="
${
CI_PIPELINE_ID
}
-
${
CI_JOB_ID
}
"
\
-f "
${
base_config_file
}
"
\
"
${
release
}
"
.
"
${
release
}
"
"gitlab-
${
GITLAB_HELM_CHART_REF
}
"
EOF
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment