Skip to content

Commit

Permalink
fix: update to use orbs in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Oct 2, 2024
1 parent b5737ff commit dd981c4
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@ jobs:
- image: circleci/node:8.12.0
steps:
- checkout
- run:
name: Set Up Environment
command: |
sudo apt-get update && sudo apt-get install -y build-essential libbluetooth-dev
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
git clone --depth 1 git@github.com:6RiverSystems/ci_scripts.git
ci_scripts/ci_tool.sh --setup_npm
- sixrs-gke/setup-private-npm
- run:
name: Install Dependencies
command: npm ci
- run:
name: Calculate Version
command: ci_scripts/ci_tool.sh --run_release
- sixrs-gke/run-release
- persist_to_workspace:
root: ./
paths:
Expand All @@ -29,10 +21,7 @@ jobs:
steps:
- attach_workspace:
at: ./
- run:
name: Run release
command: |
ci_scripts/ci_tool.sh --setup_npm
- sixrs-gke/setup-private-npm
- run:
name: npm publish
command: npm publish
Expand Down

0 comments on commit dd981c4

Please sign in to comment.