Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Jul 23, 2024
1 parent 2ff1dfe commit d31caf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ run_a9 () {
esac

# TODO: Upload to Storage Blob if on Azure
if [[ "$is_azure" != "yes" ]] ;
if [[ "$is_azure" != "yes" ]] ; then
aws s3 cp output.txt "${s3_run_data_path}/worker-log-${worker_id}.txt"
echo "log: ${s3_run_data_path}/worker-log-${worker_id}.txt"
fi
Expand Down

0 comments on commit d31caf3

Please sign in to comment.