Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessler committed Jun 24, 2022
1 parent 5b91fcc commit 6d8e1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/midas-loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ trap cleanup EXIT
# Check existence of files
if [[ ! -f "midas-loop.jar" ]]; then
echo "Did not find midas-loop.jar. Downloading at ./midas-loop.jar"
curl -L "https://github.com/gucorpling/midas-loop/releases/download/v0.0.1-rc2/midas-loop-v0.0.1-rc2.jar" -o "midas-loop.jar"
curl -L "https://github.com/gucorpling/midas-loop/releases/download/v0.0.1/midas-loop-v0.0.1.jar" -o "midas-loop.jar"
fi
if [[ ! -f "config.edn" ]]; then
echo "Did not find config.edn. Downloading at ./config.edn"
curl -L "https://raw.githubusercontent.com/gucorpling/midas-loop/v0.0.1-rc2/env/prod/resources/config.edn" -o "config.edn"
curl -L "https://raw.githubusercontent.com/gucorpling/midas-loop/v0.0.1/env/prod/resources/config.edn" -o "config.edn"
fi

# start services
Expand Down

0 comments on commit 6d8e1c1

Please sign in to comment.