File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ aliases:
1212 - &conda_rerender
1313 name : conda_rerender
1414 command : |
15- git clone -b feedstock_recipe https://github.com/CDAT/conda-recipes.git $WORKDIR/conda-recipes
15+ git clone https://github.com/CDAT/conda-recipes.git $WORKDIR/conda-recipes
1616 source $WORKDIR/miniconda/etc/profile.d/conda.sh
1717 conda activate base
1818 BUILD_SCRIPT="$WORKDIR/conda-recipes/build_tools/conda_build.py"
@@ -58,9 +58,9 @@ aliases:
5858 - &conda_upload
5959 name : conda_upload
6060 command : |
61- # if [[ $CIRCLE_BRANCH != "master" ]]; then
62- # exit 0
63- # fi
61+ if [[ $CIRCLE_BRANCH != "master" ]]; then
62+ exit 0
63+ fi
6464 source $WORKDIR/miniconda/etc/profile.d/conda.sh
6565 conda activate base
6666 UPLOAD_OPTIONS="-t $CONDA_UPLOAD_TOKEN upload -u $USER -l $LABEL"
You can’t perform that action at this time.
0 commit comments