Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
fixing circleci lowercase issue
Browse files Browse the repository at this point in the history
circleci had the following issue:
```
Build-agent version 0.0.4869-fac853b (2018-04-17T20:59:55+0000)
Starting container SpectroscoPyx/documentation-builder:latest
  image cache not found on this host, downloading SpectroscoPyx/documentation-builder:latest
invalid reference format: repository name must be lowercase
```
  • Loading branch information
lemmatum committed May 1, 2018
1 parent fbc3095 commit fef12cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -19,7 +19,7 @@ version: 2
jobs:
test-html:
docker:
- image: SpectroscoPyx/documentation-builder:latest
- image: spectroscopyx/documentation-builder:latest
steps:
- checkout
- run: *deps-install
Expand Down

0 comments on commit fef12cc

Please sign in to comment.