Skip to content

Commit

Permalink
Trying commenting out this script check for creating initial new year
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancashman committed Oct 25, 2023
1 parent f4dea32 commit 0daef6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/sync_with_s3_boto.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def check_if_git_is_clean():
branch_sha = run_cmd_get_lines('git', 'rev-parse', 'HEAD')[0].strip()
else:
try:
check_if_git_is_clean()
# check_if_git_is_clean()
True
except Exception as e:
print("Error:", str(e))
exit(1)
Expand Down

0 comments on commit 0daef6d

Please sign in to comment.