Skip to content

Commit

Permalink
fix: source
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Oct 14, 2024
1 parent 2576f59 commit f932e16
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 @@ -16,7 +16,7 @@ jobs:
- sixrs-gke/run-release
- run:
name: install
command: npm ci
command: source /opt/ros/iron/setup.bash && npm ci
- persist_to_workspace:
root: ./
paths:
Expand All @@ -31,7 +31,7 @@ jobs:
- sixrs-gke/setup-private-npm
- run:
name: npm publish
command: npm publish
command: source /opt/ros/iron/setup.bash && npm publish
test:
docker:
- image: ros:kinetic-ros-core-xenial
Expand Down

0 comments on commit f932e16

Please sign in to comment.