Skip to content

Commit

Permalink
Switch from pelson/obvious-ci:latest_x64 to condaforge/obvious-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed May 2, 2016
1 parent 6d99d4a commit 27c2094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ dependencies:
# Note, we used to use the naive caching of docker images, but found that it was quicker
# just to pull each time. #rollondockercaching
override:
- docker pull pelson/obvious-ci:latest_x64
# - docker pull pelson/conda32_obvious_ci
- docker pull condaforge/obvious-ci

test:
override:
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# NOTE: This script has been adapted from content generated by github.com/conda-forge/conda-smithy

REPO_ROOT=$(cd "$(dirname "$0")/.."; pwd;)
IMAGE_NAME="pelson/obvious-ci:latest_x64"
IMAGE_NAME="condaforge/obvious-ci"

config=$(cat <<CONDARC
Expand Down

0 comments on commit 27c2094

Please sign in to comment.