From dd981c4a538afbe6f3f8c5e83d0451aae7f8f8a4 Mon Sep 17 00:00:00 2001 From: Dimitri Nikitopoulos Date: Wed, 2 Oct 2024 14:37:42 -0400 Subject: [PATCH] fix: update to use orbs in ci --- .circleci/config.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3cab756..a192d11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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