From 6b6493c4d89d3b29b25a123f87f5088b112d9067 Mon Sep 17 00:00:00 2001 From: Rahul De Date: Sat, 2 Jan 2021 17:43:33 +0100 Subject: [PATCH] [#696] Use released zip as binary source --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c374470..0cca27fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,14 +119,14 @@ jobs: command: | script/test script/run_lib_tests - - persist_to_workspace: - root: ./ - paths: - - bb-binary - run: name: Release command: | .circleci/script/release + - persist_to_workspace: + root: /tmp + paths: + - release - save_cache: paths: - ~/.m2 @@ -308,10 +308,10 @@ jobs: steps: - checkout - attach_workspace: - at: ./ + at: /tmp - run: - name: Move binary to root - command: mv bb-binary/bb bb + name: Unzip binary to root + command: unzip /tmp/release/*.zip - run: name: "Pull Submodules" command: |