Skip to content
Snippets Groups Projects
Commit d4931990 authored by Gunnar Schaefer's avatar Gunnar Schaefer
Browse files

Ensure proper reaper upgrade w/o risk of conflict

parent 775f4409
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment