Skip to content

Commit

Permalink
Merge pull request #1 from vsbogd/ci-singnet
Browse files Browse the repository at this point in the history
Use SingularityNET docker images for CI
  • Loading branch information
vsbogd committed Oct 2, 2019
2 parents 215e8bd + a0befc3 commit b911637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.0
jobs:
opencog:
docker:
- image: opencog/opencog-deps
- image: singularitynet/opencog-deps
user: root
environment:
CCACHE_DIR: /ws/ccache
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

package: #Place holder
docker:
- image: opencog/opencog-deps
- image: singularitynet/opencog-deps
user: root
working_directory: /ws/opencog
steps:
Expand Down

0 comments on commit b911637

Please sign in to comment.