Skip to content

Commit

Permalink
Migrating to common Docker image for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Garabedian committed Aug 15, 2019
1 parent b15c3c0 commit ae3c6a2
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 @@ -2,7 +2,7 @@ version: 2
jobs:
build_bbb:
docker:
- image: kubos/kubos-linux-dev:latest
- image: kubos/kubos-dev:latest
environment:
KUBOS_BOARD: beaglebone-black
working_directory: ~/project/kubos-linux-build
Expand All @@ -23,7 +23,7 @@ jobs:
destination: Beaglebone-Black/kpack-base.itb
build_mbm2:
docker:
- image: kubos/kubos-linux-dev:latest
- image: kubos/kubos-dev:latest
environment:
KUBOS_BOARD: pumpkin-mbm2
working_directory: ~/project/kubos-linux-build
Expand All @@ -44,7 +44,7 @@ jobs:
destination: Pumpkin-MBM2/kpack-base.itb
build_iobc:
docker:
- image: kubos/kubos-linux-dev:latest
- image: kubos/kubos-dev:latest
environment:
KUBOS_BOARD: at91sam9g20isis
working_directory: ~/project/kubos-linux-build
Expand Down

0 comments on commit ae3c6a2

Please sign in to comment.