Skip to content
Snippets Groups Projects
Verified Commit e3b756a6 authored by David Hoese's avatar David Hoese
Browse files

Remove unnecessary command line flags based on Eric Bruning feedback

parent 15f0743a
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ docker push gitlab.ssec.wisc.edu:5555/cspp_geo/cspp-geo-gridded-glm/buildbucket: ...@@ -26,7 +26,7 @@ docker push gitlab.ssec.wisc.edu:5555/cspp_geo/cspp-geo-gridded-glm/buildbucket:
To create the Gridded GLM package with the version number 1.0.0 in your current directory: To create the Gridded GLM package with the version number 1.0.0 in your current directory:
```bash ```bash
docker run --rm -v "${PWD}":/dock gitlab.ssec.wisc.edu:5555/cspp_geo/cspp-geo-gridded-glm/buildbucket:latest package.sh 1.0.0 docker run --rm -v "${PWD}":/dock gitlab.ssec.wisc.edu:5555/cspp_geo/cspp-geo-gridded-glm/buildbucket:latest ./package.sh 1.0.0
``` ```
If some things need to be customized you can specify various environment If some things need to be customized you can specify various environment
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment