File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2525else :
2626 DESTINATION_BUCKET = os .environ ['DESTINATION_BUCKET' ]
2727if 'WORKSPACE_BUCKET' not in os .environ :
28- WORKSPACE_BUCKET = os . environ [ ' SOURCE_BUCKET' ]
28+ WORKSPACE_BUCKET = SOURCE_BUCKET
2929else :
3030 WORKSPACE_BUCKET = os .environ ['WORKSPACE_BUCKET' ]
3131if 'UPLOAD_FLAGS' in os .environ :
5252else :
5353 DOWNLOAD_FILES = os .environ ['DOWNLOAD_FILES' ]
5454if 'ALWAYS_CONTINUE' not in os .environ :
55- ALWAYS_CONTINUE = False
55+ ALWAYS_CONTINUE = ' False'
5656else :
5757 ALWAYS_CONTINUE = os .environ ['ALWAYS_CONTINUE' ]
5858
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ if [[ ${USE_PLUGINS} == 'True' ]]; then
5050 git fetch --all
5151 cd ..
5252 fi
53+ if [[ -z " $PLUGINS_COMMIT " ]]; then
54+ PLUGINS_COMMIT=' False'
55+ fi
5356 if [[ ${PLUGINS_COMMIT} != ' False' ]]; then
5457 echo " Checking out specific CellProfiler-plugins commit."
5558 cd CellProfiler-plugins
You can’t perform that action at this time.
0 commit comments