From d4931990a42457d80d229a84ee7058379a127658 Mon Sep 17 00:00:00 2001 From: Gunnar Schaefer <gsfr@flywheel.io> Date: Thu, 13 Apr 2017 11:40:43 -0500 Subject: [PATCH] Ensure proper reaper upgrade w/o risk of conflict --- bin/run-dev-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-dev-osx.sh b/bin/run-dev-osx.sh index fceb24f4..b3802201 100755 --- a/bin/run-dev-osx.sh +++ b/bin/run-dev-osx.sh @@ -181,7 +181,7 @@ if [ $BOOTSTRAP_TESTDATA -eq 1 ]; then git -C $SCITRAN_PERSISTENT_PATH/testdata pull fi echo "Ensuring reaper is up to date with master branch" - pip install git+https://github.com/scitran/reaper.git@options + pip install --upgrade --upgrade-strategy only-if-needed git+https://github.com/scitran/reaper.git@options echo "Bootstrapping testdata" folder_sniper --yes --insecure --secret "$SCITRAN_CORE_DRONE_SECRET" "$SCITRAN_PERSISTENT_PATH/testdata" $SCITRAN_SITE_API_URL echo "Bootstrapped testdata" -- GitLab