Skip to content

Commit

Permalink
Merge pull request #3 from earthobservatory/azure-dev-1
Browse files Browse the repository at this point in the history
Added ~/.azure credentials folder for purge functionality
  • Loading branch information
pymonger authored Jan 31, 2019
2 parents b490194 + 11939aa commit 49a7b02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/job-spec.json.lw-tosca-purge
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"required_queues":["system-jobs-queue"],
"command":"/home/ops/verdi/ops/lightweight-jobs/purge.sh",
"imported_worker_files":{"$HOME/.aws":"/home/ops/.aws"},
"imported_worker_files":{
"$HOME/.aws":"/home/ops/.aws",
"$HOME/.azure": "/home/ops/.azure"
},
"disk_usage":"3GB",
"params" : [
{
Expand Down

0 comments on commit 49a7b02

Please sign in to comment.