Skip to content

Commit

Permalink
feat: trying to use a docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 6, 2020
1 parent d7d66ae commit 106ee6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
command: npm publish
test:
docker:
- image: circleci/node:8.12.0
- image: ros:kinetic
environment:
NODE_ENV: test
steps:
- attach_workspace:
at: ./
- run:
name: set up ros
command: |
curl -sSL 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xC1CF6E31E6BADE8868B172B4F42ED6FBAB17C654' | sudo apt-key add -
sudo apt-get update && sudo apt-get install ros-kinetic-ros-base
# - run:
# name: set up ros
# command: |
# curl -sSL 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xC1CF6E31E6BADE8868B172B4F42ED6FBAB17C654' | sudo apt-key add -
# sudo apt-get update && sudo apt-get install ros-kinetic-ros-base
- run:
name: npm test
command: |
Expand Down

0 comments on commit 106ee6a

Please sign in to comment.