Skip to content

Commit

Permalink
feat: artifactory pub key from stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 9, 2020
1 parent 9f89579 commit 0f88919
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 @@ -47,8 +47,8 @@ jobs:
- run:
name: set up ros
command: |
sudo apt-key add $ARTIFACTORY_PUB_KEY &&\
sudo add-apt-repository "deb https://6rs-machine:AKCp5Zk9VxXDJ8JzMbHqGbMn3psSQ4PyrHhW3mBQ9qB2GpKr9Jy7qk5yefzDS93MbQffhBFkx@sixriver.jfrog.io/sixriver/debian xenial main" &&\
echo $ARTIFACTORY_PUB_KEY > sudo apt-key add - &&\
sudo add-apt-repository "deb https://6rs-machine:$ARTIFACTORY_6RS_SECRET@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 0f88919

Please sign in to comment.