Skip to content
Snippets Groups Projects

Get Earthdata Login creds from secrets

Merged Charles Daniels requested to merge dschuck/aos_maap_dps:maap-secrets into main
2 files
+ 22
4
Compare changes
  • Side-by-side
  • Inline
Files
2
build.sh 0 → 100644
+ 5
0
 
#!/bin/bash
 
set -euo pipefail
 
 
# Install maap-py so we can use MAAP Secrets in run.sh
 
conda run --no-capture-output --name mytobac python -m pip install maap-py
Loading