From 350bdd8d182b86cc0917796bbc4ea17f198075ef Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Wed, 13 Apr 2022 22:10:58 +0100 Subject: [PATCH] Remove CI check from dependency link script --- .github/workflows/budibase_ci.yml | 3 +++ scripts/link-dependencies.sh | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 15a00aa8c4..bb4aced417 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -33,6 +33,9 @@ jobs: ref: ${{ env.branch }} path: './pro' token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + + # Can't checkout in the parent directory directly + # Just do a move afterwards instead - run: mv pro ../budibase-pro - name: Use Node.js ${{ matrix.node-version }} diff --git a/scripts/link-dependencies.sh b/scripts/link-dependencies.sh index de94cc71b0..5041b0a960 100755 --- a/scripts/link-dependencies.sh +++ b/scripts/link-dependencies.sh @@ -1,8 +1,3 @@ -if [ "${CI}" = true ]; then - echo 'Skipping bootstrap-pro in CI' - exit 0 -fi - echo "Linking backend-core" cd packages/backend-core yarn link