Skip to content

Commit

Permalink
feat: trying to download ros from our artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 9, 2020
1 parent 106ee6a commit d2c3e47
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
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: |
sudo apt-get update && sudo apt-get install ros-kinetic-ros-base
- run:
name: npm test
command: |
Expand Down

0 comments on commit d2c3e47

Please sign in to comment.