Skip to content

Commit

Permalink
feat: using artifactory pub key
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 9, 2020
1 parent 0bdae2b commit 9f89579
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
- run:
name: set up ros
command: |
sudo sed -i 's#http://securityfoo.ubuntu.com/ubuntu/#https://sixriver.jfrog.io/sixriver/security-ubuntu#g' /etc/apt/sources.list &&\
sudo sed -i 's#http://archive.ubuntu.com/ubuntu/#https://sixriver.jfrog.io/sixriver/ubuntu/#g' /etc/apt/sources.list &&\
sudo cat /etc/apt/sources.list &&\
sudo apt-key add $ARTIFACTORY_PUB_KEY &&\
sudo add-apt-repository "deb https://6rs-machine:AKCp5Zk9VxXDJ8JzMbHqGbMn3psSQ4PyrHhW3mBQ9qB2GpKr9Jy7qk5yefzDS93MbQffhBFkx@sixriver.jfrog.io/sixriver/debian xenial main" &&\
sudo apt-get update && sudo apt-get install ros-kinetic-ros-base
- run:
name: npm test
Expand Down

0 comments on commit 9f89579

Please sign in to comment.