Skip to content

Commit

Permalink
adding --force flag to anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jul 12, 2021
1 parent f5d3578 commit 63301be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/surf_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ jobs:
export PATH="${HOME}/miniconda/bin:$PATH"
source ${HOME}/miniconda/etc/profile.d/conda.sh
conda build --debug conda-recipe --output-folder bld-dir -c tidair-tag -c tidair-packages -c conda-forge
anaconda -t ${{ steps.get_image_info.outputs.token }} upload bld-dir/${{ steps.get_image_info.outputs.os }}/*.tar.bz2
anaconda -t ${{ steps.get_image_info.outputs.token }} upload --force bld-dir/${{ steps.get_image_info.outputs.os }}/*.tar.bz2

0 comments on commit 63301be

Please sign in to comment.