Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-geo2grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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-geo2grid
Merge requests
!3
Fix missing envsubst dependency
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix missing envsubst dependency
bugfix-envsubst
into
master
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
David Hoese
requested to merge
bugfix-envsubst
into
master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cefaef25
1 commit,
3 years ago
2 files
+
3
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ci/test_geo2grid_image.sh
+
1
−
1
Options
@@ -27,7 +27,7 @@ run_test geo2grid.sh -h || exit_status=1
@@ -27,7 +27,7 @@ run_test geo2grid.sh -h || exit_status=1
# Test for utilities used in the run.sh script that may get accidentally removed
# Test for utilities used in the run.sh script that may get accidentally removed
run_test python3 amqpfind/amqpfind.py
-h
run_test python3 amqpfind/amqpfind.py
-h
run_test python3
-h
||
exit_status
=
1
run_test python3
-h
||
exit_status
=
1
# xargs has `-h` status of 1
run_test xargs
--help
||
exit_status
=
1
run_test xargs
--help
||
exit_status
=
1
run_test envsubst
||
exit_status
=
1
exit
$exit_status
exit
$exit_status
Loading