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

Commit

Permalink
Merge pull request #30 from seamapi/generate-script-fix
Browse files Browse the repository at this point in the history
Generate script should be terminated if any command exits with a non-zero status
  • Loading branch information
andrii-balitskyi authored Mar 22, 2024
2 parents 91daaf6 + 36538d8 commit a3de314
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e # Exit immediately if a command exits with a non-zero status.

# Save the current script directory
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
Expand Down
21 changes: 19 additions & 2 deletions seamapi/action_attempts.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions seamapi/types.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3de314

Please sign in to comment.