We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202be4f commit eda169bCopy full SHA for eda169b
worker/run-worker.sh
@@ -48,6 +48,7 @@ if [[ ${USE_PLUGINS} == 'True' ]]; then
48
echo "Updating CellProfiler-plugins."
49
cd CellProfiler-plugins
50
git fetch --all
51
+ git pull
52
cd ..
53
fi
54
if [[ -z "$PLUGINS_COMMIT" ]]; then
0 commit comments