Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
ci: test failure DONOTMERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 25, 2024
1 parent 0941605 commit bf76648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from sources.build.args import parse_args
from sources.build.logger import logger

print("hi")
sys.exit(1)
if __name__ == "__main__":
git_root = os.path.dirname(os.path.realpath(__file__))
args = parse_args()
Expand Down

0 comments on commit bf76648

Please sign in to comment.