Skip to content

Commit

Permalink
fix SKIP_SNAPSHOTS exit code
Browse files Browse the repository at this point in the history
(cherry picked from commit dbf73e4)
  • Loading branch information
justincarter committed Aug 9, 2023
1 parent ff82f4f commit 163965a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def main():
if os.getenv('SKIP_SNAPSHOTS', None):
if "SNAPSHOT" in args.version:
print("skipping SNAPSHOT build this run because SKIP_SNAPSHOTS env was set")
sys.exit(1)
sys.exit(0)


with open('./matrix.yaml') as matrix_file:
Expand Down

0 comments on commit 163965a

Please sign in to comment.