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 f932e16 commit 4cff54f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,12 @@ jobs:
- sixrs-gke/run-release
- run:
name: install
command: source /opt/ros/iron/setup.bash && npm ci
command: source /opt/ros/iron/setup.bash && npm ci && npm publish
- persist_to_workspace:
root: ./
paths:
- .

publish:
docker:
- image: cimg/node:20.15.0
steps:
- attach_workspace:
at: ./
- sixrs-gke/setup-private-npm
- run:
name: npm publish
command: source /opt/ros/iron/setup.bash && npm publish
test:
docker:
- image: ros:kinetic-ros-core-xenial
Expand Down Expand Up @@ -76,8 +66,3 @@ workflows:
# context: 6rs-circle
# requires:
# - build
- publish:
context: 6rs-circle
requires:
- build
# - test

0 comments on commit 4cff54f

Please sign in to comment.