Skip to content
Snippets Groups Projects

add satpy to our buildbucket

Merged Nick Bearson requested to merge nickb-add-satpy-PR into master
7 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -6,7 +6,7 @@ if [ -z "$CSPP_GEO_GGLM_HOME" ]; then
fi
# Setup necessary environments
source $CSPP_GEO_GGLM_HOME/bin/env.sh
source $CSPP_GEO_GGLM_HOME/libexec/env.sh
# Call the python module to do the processing, passing all arguments
python3 $CSPP_GEO_GGLM_HOME/bin/_glm_trio_picker.py "$@"
python3 $CSPP_GEO_GGLM_HOME/libexec/_glm_trio_picker.py "$@"
Loading