Skip to content

Commit

Permalink
Make aws s3 sync the last command to fail in case of sync failures
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Aug 19, 2024
1 parent 1a46f82 commit 48e17bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dokka-integration-tests/aws_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ done
# Sync the new one
commit_hash=$(git log -1 --format="%h")

aws s3 sync "$project_path" "$s3_project_address$commit_hash/"

echo "$commit_hash"

aws s3 sync "$project_path" "$s3_project_address$commit_hash/"

0 comments on commit 48e17bf

Please sign in to comment.