Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Sep 14, 2023
1 parent d672d14 commit e1f9117
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
Expand Up @@ -50,6 +50,8 @@ firebase \

while read -r line
do
echo $line

if [[ $line == *"View this release in the Firebase console"* ]]; then
CONSOLE_URI=$(echo "$line" | sed -e 's/View this release in the Firebase console: //')
CONSOLE_URI=${CONSOLE_URI%?}
Expand Down

0 comments on commit e1f9117

Please sign in to comment.