From 5f1a5885d5fac463a55b6fa2d4fd6df9ac346d5b Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Thu, 15 Feb 2024 15:16:13 +0000 Subject: [PATCH 1/4] remove build filters from yaml; attach workspace before cloning UI --- .circleci/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 926bce3..0d50325 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,9 @@ jobs: docker: - image: cimg/base:2021.01 steps: + - checkout + - attach_workspace: + at: ./ - add_ssh_keys: fingerprints: - "d1:d5:96:4d:ed:58:6e:7f:58:cc:21:5f:94:20:76:49" @@ -46,6 +49,7 @@ jobs: name: Clone command: | git clone git@github.com:specklesystems/specklepy_qt_ui.git specklepy_qt_ui + ls -a - run: name: Remove Git Artifacts command: | @@ -150,19 +154,12 @@ workflows: #happens with every PR to main jobs: - get-ui: context: github-dev-bot - filters: &build_filters - branches: - only: - - main - - /ci\/.*/ - get-ci-tools: context: github-dev-bot - filters: *build_filters - build-connector-win: requires: - get-ui - get-ci-tools - filters: *build_filters context: innosetup deploy: # build installers and deploy From 92a1b5adc6624684e2f2c18757b306652b755de5 Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Thu, 15 Feb 2024 15:17:52 +0000 Subject: [PATCH 2/4] don't create directory --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d50325..5b3f31c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,6 @@ jobs: - run: name: I know Github as a host command: | - mkdir ~/.ssh touch ~/.ssh/known_hosts ssh-keyscan github.com >> ~/.ssh/known_hosts - run: From fe16c764a03d596ad4b3bb8f255095deb5540bb5 Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Thu, 15 Feb 2024 15:20:06 +0000 Subject: [PATCH 3/4] specify full path --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b3f31c..57fb1ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,13 +47,13 @@ jobs: - run: name: Clone command: | - git clone git@github.com:specklesystems/specklepy_qt_ui.git specklepy_qt_ui + git clone git@github.com:specklesystems/specklepy_qt_ui.git speckle_toolbox/esri/toolboxes/speckle/specklepy_qt_ui ls -a - run: name: Remove Git Artifacts command: | - rm -rf ./specklepy_qt_ui/.git/ - rm ./specklepy_qt_ui/.gitignore + rm -rf ./speckle_toolbox/esri/toolboxes/speckle/specklepy_qt_ui/.git/ + rm ./speckle_toolbox/esri/toolboxes/speckle/specklepy_qt_ui/.gitignore - persist_to_workspace: root: ./ paths: From aa2a18e6c577fa19dd90e03670e76c69001ac4a1 Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Thu, 15 Feb 2024 15:26:15 +0000 Subject: [PATCH 4/4] . --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 57fb1ed..2d529f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,6 @@ jobs: name: Clone command: | git clone git@github.com:specklesystems/specklepy_qt_ui.git speckle_toolbox/esri/toolboxes/speckle/specklepy_qt_ui - ls -a - run: name: Remove Git Artifacts command: |