Skip to content

Commit

Permalink
chore: add exit if migration fails
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 31, 2023
1 parent 74bb1b5 commit 8a3808b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /usr/bin/env bash

set -e

if [ "$1" = "streaming" ]; then
echo "Migrating backend..."
cd icon_stats
Expand Down

0 comments on commit 8a3808b

Please sign in to comment.