mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
add "sim name" env var for clarity
This commit is contained in:
parent
5befb6a954
commit
11c1d1b369
@ -43,4 +43,5 @@ jobID=$(echo $jobID | sed 's/\(.*\):\d*/\1/')
|
|||||||
|
|
||||||
# create the filename from the array job index (which won't be set if this is a normal job)
|
# create the filename from the array job index (which won't be set if this is a normal job)
|
||||||
fileName=$(printf "out%05d.log" $AWS_BATCH_JOB_ARRAY_INDEX)
|
fileName=$(printf "out%05d.log" $AWS_BATCH_JOB_ARRAY_INDEX)
|
||||||
aws s3 cp out.log s3://simulations-1/$jobID/$simResult/$fileName
|
|
||||||
|
aws s3 cp out.log s3://simulations-1/$SIM_NAME$jobID/$simResult/$fileName
|
Loading…
Reference in New Issue
Block a user