Skip to content

Commit

Permalink
fix: changing docker image to sunbird
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Sep 23, 2019
1 parent 726ae80 commit efef086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
version-pr:
working_directory: /project/workplace/
docker:
- image: lakhanmandloi/docker-ubuntu-ruby-python-npm:2.0
- image: sunbird/sunbird-docs-builder:2.0
steps:

# Checkout
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
version-staging:
working_directory: /project/workplace/
docker:
- image: lakhanmandloi/docker-ubuntu-ruby-python-npm:2.0
- image: sunbird/sunbird-docs-builder:2.0
steps:

# Checkout
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
version-prod:
working_directory: /project/workspace/
docker:
- image: lakhanmandloi/docker-ubuntu-ruby-python-npm:2.0
- image: sunbird/sunbird-docs-builder:2.0
steps:

# Checkout
Expand Down

0 comments on commit efef086

Please sign in to comment.