Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-mapserver
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
cspp_geo
geosphere
geosphere-mapserver
Merge requests
!2
Fix mapserver not being built with FCGI support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix mapserver not being built with FCGI support
bugfix-ubuntu20-fcgi
into
master
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
David Hoese
requested to merge
bugfix-ubuntu20-fcgi
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
4
Expand
👍
0
👎
0
Merge request reports
Viewing commit
77225c17
Show latest version
4 files
+
14
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Verified
77225c17
Fix mapserver not being built with FCGI support
· 77225c17
David Hoese
authored
2 years ago
ci/lint_helm.sh deleted
100755 → 0
+
0
−
11
Options
#!/usr/bin/env bash
# Usage: lint_helm.sh
echo
"Linting helm chart with no additional values"
set
-e
helm lint geosphere-mapserver
# need to copy yaml files here so helm docker alias can find them (in PWD)
cp
../ci/
*
.yaml
.
for
fn
in
test-
*
.yaml
;
do
echo
"Linting helm chart with
${
fn
}
"
helm lint
-f
${
fn
}
geosphere-mapserver
done
Loading