Skip to content
Snippets Groups Projects
Commit 0a58b357 authored by Sujen Shah's avatar Sujen Shah
Browse files

Update run.sh to use mytobac when import maap secrets

parent 499c0772
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
readarray -d " " -t credentials <<<"$( readarray -d " " -t credentials <<<"$(
python -c ' conda run --no-capture-output --name mytobac python -c '
from maap.maap import MAAP from maap.maap import MAAP
maap = MAAP() maap = MAAP()
username = maap.secrets.get_secret("EARTHDATA_USERNAME") username = maap.secrets.get_secret("EARTHDATA_USERNAME")
......
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