Skip to content

Commit

Permalink
Merge pull request #1567 from Logflare/staging
Browse files Browse the repository at this point in the history
Release v1.3.7 again
  • Loading branch information
chasers authored Jun 12, 2023
2 parents fb64510 + b79a95f commit e479ec1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ then

fi

if [[ "$OVERRIDE_MAGIC_COOKIE" ]]
then
echo "OVERRIDE_MAGIC_COOKIE is set, using it..."
export MAGIC_COOKIE=$OVERRIDE_MAGIC_COOKIE
echo $MAGIC_COOKIE > /tmp/.magic_cookie
fi

echo "LOGFLARE_NODE_HOST is: $LOGFLARE_NODE_HOST"

./logflare eval Logflare.Release.migrate
Expand Down

0 comments on commit e479ec1

Please sign in to comment.