Skip to content

Commit

Permalink
added Azure credentials folder import to allow purging of datasets to…
Browse files Browse the repository at this point in the history
… work
  • Loading branch information
d3lta-v committed Jan 27, 2019
1 parent b490194 commit 11939aa
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 11939aa

Please sign in to comment.