Skip to content

Commit

Permalink
[CI] New PocketBook Docker image with our own TC (#1050)
Browse files Browse the repository at this point in the history
Without it the base CI is now failing to finish properly.

See koreader/virdevenv#49 and #1049 (comment)

Also includes a bump to the base image. See <koreader/virdevenv#48>, closes <#956>.
  • Loading branch information
Frenzie committed Feb 18, 2020
1 parent 2d78203 commit 67bf6ea
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 @@ -68,7 +68,7 @@ jobs:
emu: &EMU_TPL
docker:
- image: koreader/kobase:0.1.5
- image: koreader/kobase:0.1.6
environment: &EMU_ENV_LST
BASH_ENV: "~/.bashrc"
EMULATE_READER: "1"
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
<<: *XCOMPILE_TPL
environment:
TARGET: "pocketbook"
DOCKER_IMG: koreader/kopb:0.1.3
DOCKER_IMG: koreader/kopb:0.2.0

sony-prstux:
<<: *XCOMPILE_TPL
Expand Down

0 comments on commit 67bf6ea

Please sign in to comment.