Skip to content

Commit

Permalink
use env for $HOME to handle mission instances: /export/home/hysdsops …
Browse files Browse the repository at this point in the history
…vs. /home/ops
  • Loading branch information
pymonger committed Jul 19, 2018
1 parent 87a53fe commit 6975d98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/job-spec.json.lw-tosca-aws_get
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required_queues":["system-jobs-queue"],
"command":"/home/ops/verdi/ops/lightweight-jobs/aws_get.sh",
"imported_worker_files":{"/home/ops/.aws":"/home/ops/.aws"},
"imported_worker_files":{"$HOME/.aws":"/home/ops/.aws"},
"disk_usage":"3GB",
"params" : [
{
Expand Down
2 changes: 1 addition & 1 deletion docker/job-spec.json.lw-tosca-purge
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required_queues":["system-jobs-queue"],
"command":"/home/ops/verdi/ops/lightweight-jobs/purge.sh",
"imported_worker_files":{"/home/ops/.aws":"/home/ops/.aws"},
"imported_worker_files":{"$HOME/.aws":"/home/ops/.aws"},
"disk_usage":"3GB",
"params" : [
{
Expand Down
2 changes: 1 addition & 1 deletion docker/job-spec.json.lw-tosca-wget
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required_queues":["system-jobs-queue"],
"command":"/home/ops/verdi/ops/lightweight-jobs/wget.sh",
"imported_worker_files":{"/home/ops/.aws":"/home/ops/.aws"},
"imported_worker_files":{"$HOME/.aws":"/home/ops/.aws"},
"disk_usage":"3GB",
"params" : [
{
Expand Down
2 changes: 1 addition & 1 deletion docker/job-spec.json.lw-tosca-wget-email
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required_queues":["system-jobs-queue"],
"command":"/home/ops/verdi/ops/lightweight-jobs/wget.sh",
"imported_worker_files":{"/home/ops/.aws":"/home/ops/.aws"},
"imported_worker_files":{"$HOME/.aws":"/home/ops/.aws"},
"disk_usage":"3GB",
"params" : [
{
Expand Down
2 changes: 1 addition & 1 deletion docker/job-spec.json.lw-tosca-wget-product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required_queues":["system-jobs-queue"],
"command":"/home/ops/verdi/ops/lightweight-jobs/wget.sh",
"imported_worker_files":{"/home/ops/.aws":"/home/ops/.aws"},
"imported_worker_files":{"$HOME/.aws":"/home/ops/.aws"},
"disk_usage":"3GB",
"params" : [
{
Expand Down

0 comments on commit 6975d98

Please sign in to comment.