Skip to content

Commit

Permalink
Merge branch 's3_checker_update' of https://github.com/CIROH-UA/ngen-…
Browse files Browse the repository at this point in the history
…datastream into s3_checker_update
  • Loading branch information
JordanLaserGit committed Oct 24, 2024
2 parents 26b24a0 + e56dcf4 commit 7672e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python_tools/src/python_tools/configure_datastream.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ def create_confs(args):
if args.hydrofabric_version == "": args.hydrofabric_version="v2.1.1"
if args.nprocs == "": args.nprocs=os.cpu_count()

create_confs(args)
create_confs(args)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"runuser -l ec2-user -c 'aws s3 cp /home/ec2-user/ngen-datastream/docker_build_log.txt s3://ciroh-community-ngen-datastream/docker_build_log.txt'"
],
"run_options":{
"ii_delete_volume" : false,
"ii_delete_volume" : true,
"check_s3" : false
},
"instance_parameters" :
Expand Down

0 comments on commit 7672e1d

Please sign in to comment.